Improve Air Copy and enable restart

This commit is contained in:
Armel FAUVEAU
2024-08-15 01:43:26 +02:00
parent 19c0c05aae
commit 75480cac10
4 changed files with 19 additions and 2 deletions

1
misc.c
View File

@@ -121,6 +121,7 @@ enum BacklightOnRxTx_t gSetting_backlight_on_tx_rx;
bool gSaveRxMode = false;
uint8_t crc[15] = { 0 };
uint8_t lErrorsDuringAirCopy = 0;
uint8_t gAircopyStep = 0;
#endif
#ifdef ENABLE_AUDIO_BAR