Added mono/stereo switch on XDRGTK/server connection

Fix missing stereo flag when screenmute was active.
This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-29 13:02:50 +01:00
parent 90ac9f3fe9
commit 55799ebe93
2 changed files with 18 additions and 5 deletions
+2 -1
View File
@@ -1017,10 +1017,11 @@ void GetData() {
showPS();
}
ShowStereoStatus();
if (!screenmute) {
ShowRSSI();
ShowOffset();
ShowStereoStatus();
ShowBW();
updateCodetect();
if (millis() >= tuningtimer + 200) ShowBattery();