mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
CTCSS MISSING
This commit is contained in:
parent
0f04c64bcf
commit
fffe593501
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ int MENU_GetLimits(uint8_t menu_id, int32_t *pMin, int32_t *pMax) {
|
||||||
case MENU_R_CTCS:
|
case MENU_R_CTCS:
|
||||||
case MENU_T_CTCS:
|
case MENU_T_CTCS:
|
||||||
*pMin = 0;
|
*pMin = 0;
|
||||||
*pMax = ARRAY_SIZE(CTCSS_Options) - 1;
|
*pMax = ARRAY_SIZE(CTCSS_Options) ;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// case MENU_W_N:
|
// case MENU_W_N:
|
||||||
|
|
Loading…
Reference in a new issue