cargo: add local OTA firmware upload

This commit is contained in:
2026-06-22 22:30:55 -06:00
parent e0b56f42e9
commit a18ed0aeca
3 changed files with 103 additions and 1 deletions
+6
View File
@@ -2,6 +2,12 @@
## Unreleased
### Added
- Cargo ESP local OTA firmware upload page at `/ota`.
- Cargo ESP OTA API endpoint at `POST /api/v1/system/ota`.
## Unreleased
### Fixed
- Cargo ESP starts AP and Web UI/API before attempting STA WiFi reconnects.
- STA reconnect attempts now service the web server during short connection windows so AP mode remains usable when no saved WiFi is available.