mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-11 03:12:59 +02:00
Merge branch 'next' into testable
This commit is contained in:
+3
-1
@@ -27,7 +27,9 @@ constexpr float HI_RSSI_THRESHOLD = -44.0;
|
||||
constexpr float LO_RSSI_THRESHOLD = HI_RSSI_THRESHOLD - 66;
|
||||
|
||||
// number of samples for RSSI method
|
||||
#define SAMPLES_RSSI 12 // 21 //
|
||||
#ifndef SAMPLES_RSSI
|
||||
#define SAMPLES_RSSI 13 // 21 //
|
||||
#endif
|
||||
#ifdef USING_SX1280PA
|
||||
#define SAMPLES_RSSI 20
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user