docs: Add AP+STA config portal to roadmap

This commit is contained in:
user
2026-02-04 17:29:57 +01:00
parent 8fbc54da0d
commit 27f05d0d82

View File

@@ -62,6 +62,10 @@
- Capture client SSID searches → `PROBE_DATA,<mac>,<rssi>,<ssid>` via UDP
- Uses `esp_wifi_set_promiscuous` with management frame filter
- Can coexist with CSI (both use promiscuous callbacks)
- AP+STA config portal (WIFI_MODE_APSTA, same channel as STA)
- Soft-AP for initial setup: WiFi credentials, UDP target IP, hostname
- Captive portal or minimal HTTP server on AP interface
- Eliminates need for hardcoded config in sdkconfig
- ESP-NOW mesh (ESP32-to-ESP32 CSI)
- Multi-channel scanning
- External sensor support (PIR, temp/humidity via GPIO)