We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6481ab1 commit a987efeCopy full SHA for a987efe
examples/companion_radio/main.cpp
@@ -491,7 +491,7 @@ class MyMesh : public BaseChatMesh {
491
}
492
493
int getInterferenceThreshold() const override {
494
- return 14; // hard-coded for now
+ return 0; // disabled for now, until currentRSSI() problem is resolved
495
496
497
int calcRxDelay(float score, uint32_t air_time) const override {
0 commit comments