Improve TxTOut (28/63)

This commit is contained in:
Armel FAUVEAU
2024-04-05 06:05:49 +02:00
parent d489dedf51
commit 623a86b298
4 changed files with 11 additions and 3 deletions

View File

@@ -269,7 +269,8 @@ int MENU_GetLimits(uint8_t menu_id, int32_t *pMin, int32_t *pMax)
case MENU_TOT:
//*pMin = 0;
*pMax = ARRAY_SIZE(gSubMenu_TOT) - 1;
*pMin = 5;
*pMax = 179;
break;
#ifdef ENABLE_VOX