Keep Halo branch focused on direct retry

This commit is contained in:
mikecarper
2026-06-15 16:05:23 -07:00
parent 2acd61ec84
commit 7d8bb1d319
5 changed files with 127 additions and 783 deletions
-5
View File
@@ -159,9 +159,4 @@ void loop() {
}
#endif
}
if (the_mesh.getNodePrefs()->reboot_interval > 0 &&
the_mesh.millisHasNowPassed(the_mesh.getNodePrefs()->reboot_interval * 3600000)) {
board.reboot();
}
}