Added menu battery calibration from egzumer (hidden menu option)

This commit is contained in:
OneOfEleven
2023-10-02 00:38:59 +01:00
parent a9aa37e043
commit 4333fdeb3a
12 changed files with 150 additions and 84 deletions

5
misc.c
View File

@@ -166,8 +166,11 @@ bool gRequestSaveSettings;
bool gRequestSaveFM;
#endif
bool gFlagPrepareTX;
bool gFlagAcceptSetting;
bool gFlagRefreshSetting;
bool gFlagBackupSetting;
bool gFlagSaveVfo;
bool gFlagSaveSettings;
bool gFlagSaveChannel;
@@ -217,6 +220,8 @@ uint8_t gNeverUsed;
bool gUpdateDisplay;
bool gF_LOCK = false;
uint8_t gShowChPrefix;
volatile bool gNextTimeslice;