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

fatal error: ESPAsyncWebServer.h: No such file or directory #53

Closed flaviopessini closed 3 years ago

flaviopessini commented 3 years ago

Describe the bug

Hello, I'm getting only this error when compile sketch:

C:\Users\flavi\Documents\Arduino\libraries\ESPAsync_WiFiManager\src/ESPAsync_WiFiManager.h:73:33: fatal error: ESPAsyncWebServer.h: No such file or directory

Information

Please ensure to specify the following:

flaviopessini commented 3 years ago

manually downloaded libraries in the folder solved the problem