Improve BatSav

This commit is contained in:
Armel FAUVEAU
2024-10-31 02:05:09 +01:00
parent c128b94f45
commit 04d98e1d98
4 changed files with 5 additions and 4 deletions

View File

@@ -215,7 +215,8 @@ const char gSubMenu_SAVE[][4] =
"1:1",
"1:2",
"1:3",
"1:4"
"1:4",
"1:5"
};
const char* const gSubMenu_RXMode[] =

View File

@@ -161,7 +161,7 @@ extern const char gSubMenu_TXP[8][6];
extern const char gSubMenu_SFT_D[3][4];
extern const char gSubMenu_W_N[2][7];
extern const char gSubMenu_OFF_ON[2][4];
extern const char gSubMenu_SAVE[5][4];
extern const char gSubMenu_SAVE[6][4];
extern const char gSubMenu_TOT[11][7];
extern const char* const gSubMenu_RXMode[4];