Set default of flood_advert_interval to 48h

This should help reducing congestion/noise in big meshes.
This commit is contained in:
mattzzw
2025-12-14 19:28:21 +01:00
committed by GitHub
parent 922e378be5
commit 69d19ea6ca

View File

@@ -697,7 +697,7 @@ MyMesh::MyMesh(mesh::MainBoard &board, mesh::Radio &radio, mesh::MillisecondCloc
_prefs.cr = LORA_CR;
_prefs.tx_power_dbm = LORA_TX_POWER;
_prefs.advert_interval = 1; // default to 2 minutes for NEW installs
_prefs.flood_advert_interval = 12; // 12 hours
_prefs.flood_advert_interval = 48; // 48 hours
_prefs.flood_max = 64;
_prefs.interference_threshold = 0; // disabled