diff --git a/app/spectrum.c b/app/spectrum.c index cc8d303..74d6fd6 100644 --- a/app/spectrum.c +++ b/app/spectrum.c @@ -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;