From a1c359aa1dcdfafb9642eefc5789afb56febb140 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Tue, 23 Jan 2024 14:24:00 +0100 Subject: [PATCH] Calibration robustness --- sa_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_core.c b/sa_core.c index e6b5223..b8eafe2 100644 --- a/sa_core.c +++ b/sa_core.c @@ -8037,7 +8037,7 @@ void calibrate(void) #ifdef TINYSA4 || (calibration_stage == CS_LNA && peakLevel < -40) || (calibration_stage == CS_ULTRA && peakLevel < -40) - || (calibration_stage == CS_DIRECT_LNA && peakLevel < direct_level - 10) + || (calibration_stage == CS_DIRECT_LNA && peakLevel < direct_level - 20) #endif ) { #ifdef TINYSA4