* companion: disabling interference threshold for now

Этот коммит содержится в:
Scott Powell
2025-06-02 12:54:40 +10:00
родитель 6481ab1e31
Коммит a987efeca1
+1 -1
Просмотреть файл
@@ -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 {