mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-08-14 18:09:46 +00:00
disable cad on companion until it's configurable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user