Increased noise floor samples

false_preamble
Mark Qvist 2025-01-09 15:00:06 +01:00
parent 06b4fba603
commit 434f55b240
1 changed files with 1 additions and 1 deletions

View File

@ -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;