Integration of upstrem PR #1727

This commit is contained in:
Matthias Wientapper
2026-04-24 21:35:53 +02:00
6 changed files with 19 additions and 8 deletions

View File

@@ -258,7 +258,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 {