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 jirogit
parent 856df241ee
commit 52b9d877a6
6 changed files with 36 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 {