From 1dca46ce6c3089181b70cbd56fefb4cd98082c33 Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 23 Dec 2024 22:37:25 -0800 Subject: [PATCH] fix scan --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8650b37..c90a3b8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -574,7 +574,7 @@ bool setFrequency(float curr_freq) true); // true = no calibration need here #else state = radio.setFrequency(r.current_frequency, - false); // false = calibration is needed here + true); // false = calibration is needed here #endif if (state != RADIOLIB_ERR_NONE) {