From a99e7496810d976c46b30edb15acd163a381faa0 Mon Sep 17 00:00:00 2001 From: M0WID Date: Sat, 22 Aug 2020 09:33:30 +0100 Subject: [PATCH] Update RXsweep.ino Initial span setting fixed --- RXsweep.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/RXsweep.ino b/RXsweep.ino index c28d0b6..2857202 100644 --- a/RXsweep.ino +++ b/RXsweep.ino @@ -21,6 +21,7 @@ void initRX_Sweep() xDelta = displayPoints / xGrid; init_sweep(); + SetRXsweepSpan (setting.Bandwidth10 * 1000); // 10 * bandwidth tinySA_mode = RX_SWEEP; setting.Mode = tinySA_mode;