From b3aaa8e23d4bf8f757f21b0163bb07b4be1ac079 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Sun, 7 Mar 2021 12:10:15 +0100 Subject: [PATCH] Recalibrate levels --- sa_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa_core.c b/sa_core.c index 1674a5d..00cf899 100644 --- a/sa_core.c +++ b/sa_core.c @@ -653,8 +653,8 @@ float level_range(void) static pureRSSI_t get_signal_path_loss(void){ #ifdef TINYSA4 if (setting.mode == M_LOW) - return float_TO_PURE_RSSI(-4); // Loss in dB, -9.5 for v0.1, -12.5 for v0.2 - return float_TO_PURE_RSSI(+19); // Loss in dB (+ is gain) + return float_TO_PURE_RSSI(+3); // Loss in dB, -9.5 for v0.1, -12.5 for v0.2 + return float_TO_PURE_RSSI(+29); // Loss in dB (+ is gain) #else if (setting.mode == M_LOW) return float_TO_PURE_RSSI(-5.5); // Loss in dB, -9.5 for v0.1, -12.5 for v0.2