Add Power High action for RescueOps mode

This commit is contained in:
Armel FAUVEAU
2024-11-21 02:16:44 +01:00
parent 26e886cbf5
commit ca09b2f7ba
7 changed files with 54 additions and 0 deletions

4
misc.c
View File

@@ -137,6 +137,10 @@ enum BacklightOnRxTx_t gSetting_backlight_on_tx_rx;
uint8_t crc[15] = { 0 };
uint8_t lErrorsDuringAirCopy = 0;
uint8_t gAircopyStep = 0;
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
bool gResetPower = false;
uint8_t gInitialPower = 0;
#endif
#endif
#ifdef ENABLE_AUDIO_BAR