Add Power High action for RescueOps mode

This commit is contained in:
Armel FAUVEAU
2024-11-21 02:16:44 +01:00
parent 26e886cbf5
commit ca09b2f7ba
7 changed files with 54 additions and 0 deletions

View File

@@ -446,6 +446,9 @@ const t_sidefunction gSubMenu_SIDEFUNCTIONS[] =
{"MAIN ONLY", ACTION_OPT_MAINONLY},
{"PTT", ACTION_OPT_PTT},
{"WIDE\nNARROW", ACTION_OPT_WN},
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
{"POWER\nHIGH", ACTION_OPT_POWER_HIGH},
#endif
#endif
};