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

Add comment for PlatformIO 5.x #15

Closed marcelstoer closed 3 years ago

marcelstoer commented 3 years ago

With 5.x PlatformIO switched fully to owner-based dependency declaration.

-> https://docs.platformio.org/en/v5.0.1/core/migration.html#library-manager

khoih-prog commented 3 years ago

Thanks @marcelstoer

Already merged and will update all libraries to conform to 5.x PlatformIO's owner-based dependency declaration.

Regards,