Change room server flood advert interval to 47 hours

This commit is contained in:
Rastislav Vysoky
2026-05-21 14:53:49 +02:00
committed by GitHub
parent 40180b8fe6
commit 01500e55d8
+1 -1
View File
@@ -641,7 +641,7 @@ MyMesh::MyMesh(mesh::MainBoard &board, mesh::Radio &radio, mesh::MillisecondCloc
_prefs.tx_power_dbm = LORA_TX_POWER;
_prefs.disable_fwd = 1;
_prefs.advert_interval = 1; // default to 2 minutes for NEW installs
_prefs.flood_advert_interval = 12; // 12 hours
_prefs.flood_advert_interval = 47; // 47 hours
_prefs.flood_max = 64;
_prefs.interference_threshold = 0; // disabled
#ifdef ROOM_PASSWORD