diff --git a/ROADMAP.md b/ROADMAP.md index eb77768..c269757 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -62,6 +62,10 @@ - Capture client SSID searches → `PROBE_DATA,,,` 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)