mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-07-28 16:30:14 +00:00
Harden nRF52 persistence, watchdog, and build variants
This commit is contained in:
@@ -597,6 +597,9 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
#if defined(NRF52_PLATFORM)
|
||||
board.feedWatchdog();
|
||||
#endif
|
||||
the_mesh.loop();
|
||||
rtc_clock.tick();
|
||||
#ifdef HAS_EXTERNAL_WATCHDOG
|
||||
|
||||
Reference in New Issue
Block a user