fix: turn off RX led when entering spectrum during active RX

This commit is contained in:
Nunu 2024-01-17 16:40:32 +01:00
parent 3a4bdf908c
commit 1c7bd8335d

View File

@ -1492,6 +1492,9 @@ void APP_RunSpectrum() {
ResetInterrupts();
// turn of GREEN LED if spectrum was started during active RX
BK4819_ToggleGpioOut(BK4819_GPIO6_PIN2_GREEN, false);
isListening = true; // to turn off RX later
redrawStatus = true;
redrawScreen = true;