Merge branch 'next' into testable

This commit is contained in:
Yegor Shytikov
2024-11-26 09:49:48 -08:00
committed by GitHub
13 changed files with 768 additions and 71 deletions
+3 -1
View File
@@ -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