cargo: keep AP web UI available without STA WiFi

This commit is contained in:
2026-06-22 22:21:51 -06:00
parent fec60b057f
commit e0b56f42e9
2 changed files with 13 additions and 3 deletions
+6
View File
@@ -2,6 +2,12 @@
## 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.
## Unreleased
### Changed
- Reworked ESP32-S3 dashboard page navigation to use screen-wide LVGL swipe gestures.
- Removed failed temporary double-tap and transparent hitbox navigation experiments.