EleksTubeHAX
EleksTubeHAX copied to clipboard
consider using WifiManager instead of WPS/manual wifi entry
https://github.com/tzapu/WiFiManager/ works quite well for wifi configuration on esp32 (+esp8266) -- it puts the device into AP mode initially and lets the user connect to it to set up wifi. This could be a nicer option than either WPS or manual wifi entry as a prebuilt binary would then work for all users?