Changed to default SW-band selection TEF6686_ESP32.ino

Since scan in AM is not implemented yet, it is probably best that this is selected on the SW band until everything works.
This commit is contained in:
Jan Ove Overland
2023-08-10 19:32:30 +02:00
committed by GitHub
parent 478afa20b7
commit 55a76ee716

View File

@@ -154,7 +154,7 @@ byte screensaverOptions[5] = {0, 3, 10, 30, 60};
byte screensaverset;
byte showmodulation;
byte showSWMIBand;
byte nowToggleSWMIBand = 0;
byte nowToggleSWMIBand = 1;
byte SNRold;
byte stepsize;
byte StereoLevel;