From 280d27721a7f6d6270e05224e40de0f4fc6e4e81 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Thu, 22 Oct 2020 08:37:59 +0200 Subject: [PATCH] Shift small stepping --- sa_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_core.c b/sa_core.c index 5c5ed40..55afff1 100644 --- a/sa_core.c +++ b/sa_core.c @@ -1880,7 +1880,7 @@ modulation_again: #ifdef __ADF4351__ // START_PROFILE; if (setting.mode == M_LOW) { - if (i > 0 && setting.frequency_step < 3500) { + if (i > 0 && setting.frequency_step < 2000) { if (S_STATE(setting.below_IF)) set_freq (SI4463_RX, setting.frequency_IF + setting.frequency_step*i); // sweep RX, local_IF = 0 in high mode else