Use hardware channel activity detection for checking interference

This commit is contained in:
Wessel Nieboer
2026-02-18 01:16:52 +01:00
committed by Wessel Nieboer
parent fb726e48c2
commit 952d12c8b9
6 changed files with 16 additions and 8 deletions

View File

@@ -255,7 +255,7 @@ float MyMesh::getAirtimeBudgetFactor() const {
}
int MyMesh::getInterferenceThreshold() const {
return 0; // disabled for now, until currentRSSI() problem is resolved
return 1; // non-zero enables hardware CAD (Channel Activity Detection) before TX
}
int MyMesh::calcRxDelay(float score, uint32_t air_time) const {