mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-01 20:28:19 +00:00
Keep Halo branch focused on direct retry
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user