fix: channel save menu option is now unlocked again allowing update of saved channel settings.

This commit is contained in:
Nunu 2023-12-27 23:21:33 +01:00
parent 917259aeb6
commit d3a7895203

View File

@ -147,9 +147,7 @@ const int CHANNEL_ONLY_SETTINGS[] = {
MENU_1_CALL
};
const int VFO_ONLY_SETTINGS[] = {
MENU_MEM_CH
};
const int VFO_ONLY_SETTINGS[] = {};
const uint8_t FIRST_HIDDEN_MENU_ITEM = MENU_F_LOCK;