From 55a76ee71647dad09654e4e4a20bc24012729e11 Mon Sep 17 00:00:00 2001 From: Jan Ove Overland <102610897+mx4zxc@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:32:30 +0200 Subject: [PATCH] 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. --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 88dbb9e..7494e3a 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -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;