0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

Updated font and F-LOCK menu option

This commit is contained in:
OneOfEleven
2023-10-18 13:00:57 +01:00
parent bf7a837485
commit 2bd8db1714
10 changed files with 230 additions and 231 deletions

View File

@ -119,7 +119,8 @@ int MENU_GetLimits(uint8_t Cursor, int32_t *pMin, int32_t *pMax)
case MENU_FREQ_LOCK:
*pMin = 0;
*pMax = ARRAY_SIZE(g_sub_menu_freq_lock) - 1;
// *pMax = ARRAY_SIZE(g_sub_menu_freq_lock) - 1;
*pMax = FREQ_LOCK_LAST - 1;
break;
case MENU_MEM_DISP: