Swap out reliable router with flood router and dump modules

This commit is contained in:
Ben Meadors
2023-01-28 08:03:32 -06:00
parent e8908784f9
commit db192481bd
2 changed files with 40 additions and 29 deletions

View File

@@ -310,6 +310,10 @@ void setup()
// but we need to do this after main cpu iniot (esp32setup), because we need the random seed set
nodeDB.init();
// If we're taking on the repeater role, use flood router
if (config.device.role == meshtastic_Config_DeviceConfig_Role_REPEATER)
router = new FloodingRouter();
playStartMelody();
// fixed screen override?