Files
waterlevel-software/data
tobimai 8fbbfc90cd
Test project compilation / test (push) Successful in 3m52s
refactor(ota): implement polling-based update system and fix API typo
- 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
..
2025-02-22 21:45:50 +01:00
2025-02-23 10:56:38 +01:00
2024-10-24 22:54:54 +02:00
2025-02-23 17:54:19 +01:00
2025-11-04 21:09:40 +01:00
2026-03-29 17:46:41 +02:00