From 8913ce03f74f897706895fd64da8902f8d1f35e6 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Tue, 8 Oct 2024 02:47:31 +0200 Subject: [PATCH] Disable deep sleep during AIRCOPY --- app/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.c b/app/app.c index da623f3..dabd901 100644 --- a/app/app.c +++ b/app/app.c @@ -1605,7 +1605,7 @@ void APP_TimeSlice500ms(void) gWakeUp = false; } - if(gCurrentFunction != FUNCTION_TRANSMIT && !FUNCTION_IsRx()) + if(gCurrentFunction != FUNCTION_TRANSMIT && !FUNCTION_IsRx() && gScreenToDisplay != DISPLAY_AIRCOPY) { if (gSleepModeCountdown_500ms > 0 && --gSleepModeCountdown_500ms == 0) { gBacklightCountdown_500ms = 0;