khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect to WiFi AP using WPS

mawi42 opened this issue · comments

Sure you can start the config portal and configure the WiFi connection. However since there is WPS supported by ESP libs I guess it would be nice before starting config portal to check if WPS connection is possible (e.g. optional).
Is there any plan to add this feature?

Hi @mawi42

Thanks for your interest in the library and the enhancement request.

I have no plan now to add the WPS feature to the library, but if there are many more requests, I certainly will rethink.

Regards,

Certainly your PR will be appreciated and merged when proven OK.

I'd appreciate it if you can post the sample WPS code or link so that if I have some time, I can try to include it in any of my WiFiManager libraries.

Thanks for your try and contribution so far,

Best Regards,