Update RXsweep.ino

Initial span setting fixed
This commit is contained in:
M0WID 2020-08-22 09:33:30 +01:00
parent 6479c6050b
commit a99e749681

View File

@ -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;