Use hardware channel activity detection for checking interference
This commit is contained in:
committed by
Wessel Nieboer
parent
fb726e48c2
commit
952d12c8b9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user