mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Unlocked TX still bound by the frequency table.
This commit is contained in:
@ -119,7 +119,6 @@ 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 = FREQ_LOCK_LAST - 1;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user