Use hardware channel activity detection for checking interference

This commit is contained in:
Wessel Nieboer
2026-06-14 15:19:18 +02:00
parent 29f0a7fc4f
commit 4f9a091671
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -649,7 +649,7 @@ MyMesh::MyMesh(mesh::MainBoard &board, mesh::Radio &radio, mesh::MillisecondCloc
_prefs.flood_max = 64;
_prefs.flood_max_unscoped = 64;
_prefs.flood_max_advert = 8;
_prefs.interference_threshold = 0; // disabled
_prefs.interference_threshold = 1; // non-zero enables hardware CAD before TX
#ifdef ROOM_PASSWORD
StrHelper::strncpy(_prefs.guest_password, ROOM_PASSWORD, sizeof(_prefs.guest_password));
#endif