mirror of
https://github.com/pelgraine/Meck.git
synced 2026-03-28 17:42:44 +01: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