mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Exit boot screen with any key press + compander update
This commit is contained in:
@ -246,10 +246,11 @@ const char gSubMenu_F_LOCK[6][4] =
|
||||
};
|
||||
|
||||
#ifdef ENABLE_COMPANDER
|
||||
const char gSubMenu_Compand[3][6] =
|
||||
const char gSubMenu_Compand[4][6] =
|
||||
{
|
||||
"OFF",
|
||||
"TX",
|
||||
"RX",
|
||||
"TX/RX"
|
||||
};
|
||||
#endif
|
||||
|
@ -122,7 +122,7 @@ extern const char gSubMenu_ROGER[3][6];
|
||||
extern const char gSubMenu_RESET[2][4];
|
||||
extern const char gSubMenu_F_LOCK[6][4];
|
||||
#ifdef ENABLE_COMPANDER
|
||||
extern const char gSubMenu_Compand[3][6];
|
||||
extern const char gSubMenu_Compand[4][6];
|
||||
#endif
|
||||
|
||||
extern bool gIsInSubMenu;
|
||||
|
Reference in New Issue
Block a user