Skip to content

Commit

Permalink
hack(watchdog): intermediate fix for reboot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp committed Nov 25, 2024
1 parent 3a00c5a commit edc0935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AquaMQTT/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ void loop()
otaHandler.loop();

// handle real-time-clock module in main thread
rtcHandler.loop();
// FIXME: this breaks watchdog for some unknown reason
//rtcHandler.loop();
}

void setup()
Expand Down

0 comments on commit edc0935

Please sign in to comment.