]> git.tnoah.ca Git - lora-radio.git/commitdiff
Increased noise floor samples
authorMark Qvist <mark@unsigned.io>
Thu, 9 Jan 2025 14:00:06 +0000 (15:00 +0100)
committerMark Qvist <mark@unsigned.io>
Thu, 9 Jan 2025 14:00:06 +0000 (15:00 +0100)
Config.h

index 0a2cef203766cf915df51ae59c3d6f3cef5e1385..01332132a83ad2caeae0666364c13c758a6a9e66 100644 (file)
--- a/Config.h
+++ b/Config.h
        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;