4 Commits

Author SHA1 Message Date
tobimai 8fbbfc90cd refactor(ota): implement polling-based update system and fix API typo
Test project compilation / test (push) Successful in 3m52s
- Fix typo in OTA update status API endpoint (/ota_udpate_status → /ota_update_status)
- Replace WebSocket-based update progress with polling mechanism
- Add OTA lifecycle callbacks (started, finished, progress, error)
- Implement check_update_task with internet connectivity verification
- Add LittleFS/SPIFFS update support
- Simplify update progress page to use 90-second delay and polling instead of real-time WebSocket updates

This refactor improves reliability by checking internet connectivity before attempting updates and simplifies the frontend by removing WebSocket complexity in favor of a timeout-based polling approach.
2026-05-12 19:09:05 +02:00
tobimai eeaac9548e Rework logging
Test compiling project / test (push) Failing after 1m34s
2025-03-10 23:33:41 +01:00
tobimai 6e171fbde7 Version bumps, OTA working
Test compiling project / test (push) Successful in 2m23s
2025-02-22 22:15:43 +01:00
tobimai 32d35d7029 Version bump
Test compiling project / test (push) Successful in 2m46s
2025-02-22 21:45:50 +01:00