From d3a78952033bc8aeeaf877f79e7654c868f568e6 Mon Sep 17 00:00:00 2001 From: Nunu Date: Wed, 27 Dec 2023 23:21:33 +0100 Subject: [PATCH] fix: channel save menu option is now unlocked again allowing update of saved channel settings. --- ui/menu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/menu.c b/ui/menu.c index e9e2a5e..33c2743 100644 --- a/ui/menu.c +++ b/ui/menu.c @@ -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;