Browse Source

* companion: disabling interference threshold for now

pull/359/head
Scott Powell 1 year ago
parent
commit
a987efeca1
  1. 2
      examples/companion_radio/main.cpp

2
examples/companion_radio/main.cpp

@ -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…
Cancel
Save