0
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:
OneOfEleven
2023-12-19 10:52:24 +00:00
parent a902e9561f
commit 8ee1e5f2b7
9 changed files with 42 additions and 26 deletions

View File

@ -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