Change names of some submenu items #80

This commit is contained in:
Krzysiek Egzmont
2023-11-04 17:52:52 +01:00
parent c5e34c4be9
commit 5987e03141
2 changed files with 6 additions and 6 deletions

View File

@@ -243,9 +243,9 @@ const char gSubMenu_D_RSP[4][11] =
const char* gSubMenu_PTT_ID[5] =
{
"OFF",
"KEY\nUP",
"KEY\nDOWN",
"KEY\nUP+DOWN",
"UP CODE",
"DOWN CODE",
"UP+DOWN\nCODE",
"APOLLO\nQUINDAR"
};
@@ -257,11 +257,11 @@ const char gSubMenu_PONMSG[4][8] =
"NONE"
};
const char* gSubMenu_ROGER[3] =
const char gSubMenu_ROGER[][6] =
{
"OFF",
"ROGER",
"MDC\n1200"
"MDC"
};
const char gSubMenu_RESET[2][4] =

View File

@@ -146,7 +146,7 @@ extern const char* gSubMenu_MDF[4];
extern const char gSubMenu_D_RSP[4][11];
extern const char* gSubMenu_PTT_ID[5];
extern const char gSubMenu_PONMSG[4][8];
extern const char* gSubMenu_ROGER[3];
extern const char gSubMenu_ROGER[3][6];
extern const char gSubMenu_RESET[2][4];
extern const char gSubMenu_F_LOCK[6][4];
extern const char gSubMenu_BACKLIGHT[8][7];