mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-22 19:03:33 +00:00
fix: turn off RX led when entering spectrum during active RX
This commit is contained in:
parent
3a4bdf908c
commit
1c7bd8335d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user