Add "switch demodulation mode" function for programmable buttons

This commit is contained in:
Krzysiek Egzmont
2023-11-02 18:11:13 +01:00
parent 388c3dadf1
commit 8c9bdaacbc
4 changed files with 15 additions and 1 deletions

View File

@@ -359,7 +359,8 @@ const t_sidefunction SIDEFUNCTIONS[] =
#endif
{"LOCK\nKEYPAD", ACTION_OPT_KEYLOCK},
{"SWITCH\nVFO", ACTION_OPT_A_B},
{"VFO/MR", ACTION_OPT_VFO_MR},
{"VFO/MR", ACTION_OPT_VFO_MR},
{"SWITCH\nDEMODUL", ACTION_OPT_SWITCH_DEMODUL},
};
const t_sidefunction* gSubMenu_SIDEFUNCTIONS = SIDEFUNCTIONS;
const uint8_t gSubMenu_SIDEFUNCTIONS_size = ARRAY_SIZE(SIDEFUNCTIONS);