mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* companion: disabling interference threshold for now
This commit is contained in:
parent
6481ab1e31
commit
a987efeca1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue