mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-18 22:29:50 +03:00
Added freq cal menu option (hidden) + 8.33kHz step bug fix
This commit is contained in:
@ -66,7 +66,8 @@ void BOOT_ProcessMode(BOOT_Mode_t Mode)
|
||||
{
|
||||
if (Mode == BOOT_MODE_F_LOCK)
|
||||
{
|
||||
gMenuListCount += 6; // enable the last 6 menu items
|
||||
//gMenuListCount += 6; // enable the last 6 menu items
|
||||
gMenuListCount += 7; // enable the last 7 menu items
|
||||
gMenuCursor = MENU_350TX;
|
||||
gSubMenuSelection = gSetting_350TX;
|
||||
GUI_SelectNextDisplay(DISPLAY_MENU);
|
||||
|
Reference in New Issue
Block a user