mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Use hardware channel activity detection for checking interference
This commit is contained in:
parent
856df241ee
commit
52b9d877a6
6 changed files with 36 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue