Redesign provisioning from one-shot blocking to persistent background manager: - AP hotspot starts at boot regardless of eth0 status - Captive portal runs alongside AP for WiFi configuration - AP automatically shuts down only when WiFi STA connects - WiFi drops at runtime -> AP auto-restarts - WiFi connect fails -> AP auto-restarts for retry - client.js no longer blocks on network; connects WS when ready Made-with: Cursor
10 lines
473 B
Plaintext
10 lines
473 B
Plaintext
feat: AP always-on mode - hotspot stays until WiFi STA connects
|
|
|
|
Redesign provisioning from one-shot blocking to persistent background manager:
|
|
- AP hotspot starts at boot regardless of eth0 status
|
|
- Captive portal runs alongside AP for WiFi configuration
|
|
- AP automatically shuts down only when WiFi STA connects
|
|
- WiFi drops at runtime -> AP auto-restarts
|
|
- WiFi connect fails -> AP auto-restarts for retry
|
|
- client.js no longer blocks on network; connects WS when ready
|