Merge pull request #3121 from liamcottle/config/disable-companion-cad

Disable CAD on Companion Firmware until it's configurable
This commit is contained in:
Huw Duddy
2026-08-06 22:40:37 +10:00
committed by GitHub
+1 -1
View File
@@ -262,7 +262,7 @@ int MyMesh::getInterferenceThreshold() const {
return 0; // disabled for now, until currentRSSI() problem is resolved
}
bool MyMesh::getCADEnabled() const {
return true; // hardware CAD before TX (no CLI toggle on companion; enabled by default)
return false; // hardware CAD before TX (disabled by default, until configurable)
}
int MyMesh::calcRxDelay(float score, uint32_t air_time) const {