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
290 stars 73 forks source link

ESPAsync_WiFi_MQTT missing #64

Closed anubisg1 closed 2 years ago

anubisg1 commented 2 years ago

files and example linked in the documentation are missing.

as a noticeable example the MQTT scenarios

ESPAsync_WiFi_MQTT

khoih-prog commented 2 years ago

Thanks for the report. I uploaded the wrong README.md of different ESPAsync_WiFiManager_Lite Library.

The mentioned example is ESPAsync_WiFi_MQTT

anubisg1 commented 2 years ago

Thank you a lot :)