mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-17 05:25:47 +00:00
* companion: disabling interference threshold for now
This commit is contained in:
@@ -491,7 +491,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
int getInterferenceThreshold() const override {
|
int getInterferenceThreshold() const override {
|
||||||
return 14; // hard-coded for now
|
return 0; // disabled for now, until currentRSSI() problem is resolved
|
||||||
}
|
}
|
||||||
|
|
||||||
int calcRxDelay(float score, uint32_t air_time) const override {
|
int calcRxDelay(float score, uint32_t air_time) const override {
|
||||||
|
|||||||
Reference in New Issue
Block a user