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.
MIT License
291 stars 73 forks source link

Link not working #1

Closed kaspaas closed 4 years ago

kaspaas commented 4 years ago

Hi, the link to https://www.ardu-badge.com/ESPAsync_WiFiManager is not working.

https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/README.md

Error message at Ardu-badge

Whoops.

We could not find an Arduino Library called ESPAsync_WiFiManager on the Arduino Library Manager.

khoih-prog commented 4 years ago

@kaspaas

Thanks for using the library. The link was not working because the library is brand-new and has not been included into Library Manager at that time. It's just been added and the link is OK now.

ESPAsync_WiFiManager-1 1 1

Thanks.

kaspaas commented 4 years ago

Thanks!