mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
added more TX timeout options
This commit is contained in:
@ -283,7 +283,7 @@ int MENU_GetLimits(uint8_t Cursor, int32_t *pMin, int32_t *pMax)
|
||||
|
||||
case MENU_TX_TO:
|
||||
*pMin = 0;
|
||||
*pMax = ARRAY_SIZE(g_sub_menu_tx_timeout) - 1;
|
||||
*pMax = ARRAY_SIZE(tx_timeout_secs) - 1;
|
||||
break;
|
||||
|
||||
#ifdef ENABLE_VOX
|
||||
|
Reference in New Issue
Block a user