Harden nRF52 persistence, watchdog, and build variants

This commit is contained in:
mikecarper
2026-07-20 22:55:58 -07:00
parent cd0c06dc91
commit d5a00da2a0
25 changed files with 825 additions and 76 deletions
+3
View File
@@ -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