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

@ -723,7 +723,7 @@ SensorMesh::SensorMesh(mesh::MainBoard& board, mesh::Radio& radio, mesh::Millise
_prefs.flood_advert_interval = 0; // disabled
_prefs.disable_fwd = true;
_prefs.flood_max = 64;
_prefs.interference_threshold = 0; // disabled
_prefs.interference_threshold = 1; // non-zero enables hardware CAD before TX
// GPS defaults
_prefs.gps_enabled = 0;