feat(firmware): wire OTA updater into main loop with 6-hour polling task

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 11:22:29 -07:00
parent a21dcfa349
commit 5cf122b922
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "ota_updater",
"build": {
"flags": ["-I$PROJECT_INCLUDE_DIR"]
}
}