Example ESP-IDF captive portal for setting up STA WiFi
-
WSL
usbipd list usbipd attach -awb <BUSID>
-
*nix
cargo r --release
Uses websockets to communicate from the browser to the ESP device (CONFIG_HTTPD_WS_SUPPORT=y
in
sdkconfig.defaults) and the crate edge-captive
for the DNS captive portal.