Improve ScnRev - scan resume mode

This commit is contained in:
Armel FAUVEAU
2024-09-22 05:07:04 +02:00
parent 62677f8c73
commit 5bfe710bb9
6 changed files with 54 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ int MENU_GetLimits(uint8_t menu_id, int32_t *pMin, int32_t *pMax)
case MENU_SC_REV:
//*pMin = 0;
*pMax = ARRAY_SIZE(gSubMenu_SC_REV) - 1;
*pMax = 61;
break;
case MENU_ROGER: