From 434f55b240c042fe7eb07854bfff17018f2a90f3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 9 Jan 2025 15:00:06 +0100 Subject: [PATCH] Increased noise floor samples --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index 0a2cef2..0133213 100644 --- a/Config.h +++ b/Config.h @@ -132,7 +132,7 @@ uint8_t model = 0x00; uint8_t hwrev = 0x00; - #define NOISE_FLOOR_SAMPLES 16 + #define NOISE_FLOOR_SAMPLES 64 int noise_floor = -292; int current_rssi = -292; int last_rssi = -292;