Merge pull request #3131 from liekmarflow/feature/board-api-hooks

Add board loop hook for periodic work
This commit is contained in:
ripplebiz
2026-09-22 16:43:18 +10:00
committed by GitHub
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -153,6 +153,8 @@ void loop() {
command[0] = 0; // reset command buffer
}
board.loop(); // let the board feed its watchdog, run periodic housekeeping
the_mesh.loop();
sensors.loop();
#ifdef DISPLAY_CLASS