mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 19:15:49 +00:00
* companion: disabling interference threshold for now
This commit is contained in:
@@ -491,7 +491,7 @@ protected:
|
||||
}
|
||||
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user