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