Address review comments

This commit is contained in:
Wessel Nieboer
2026-03-04 03:13:53 +01:00
parent 53ff4ed57f
commit 1ab8a6f6da
9 changed files with 47 additions and 47 deletions
+4 -4
View File
@@ -58,8 +58,8 @@ void setup() {
board.begin();
#ifdef HAS_EX_WATCHDOG
ex_watchdog.begin();
#ifdef HAS_EXTERNAL_WATCHDOG
external_watchdog.begin();
#endif
#ifdef DISPLAY_CLASS
@@ -151,7 +151,7 @@ void loop() {
ui_task.loop();
#endif
rtc_clock.tick();
#ifdef HAS_EX_WATCHDOG
ex_watchdog.loop();
#ifdef HAS_EXTERNAL_WATCHDOG
external_watchdog.loop();
#endif
}