-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works with ESP32? #101
Comments
I am also interested in those answers. |
Yes it does, I tested it with ESP32 Pico Dev4 & ESP32 WROVER-B |
Confirmed, works well with ESP32 |
Hi I confirm it doesn't work with ESP32C3. Compile well with ESP32 dev module, however with ESP32C3 dev module or any other ESP32C3 shield I get the following: C:\Users\yakac\Documents\Arduino\libraries\ESPAsyncWebServer-master\src\AsyncWebSocket.cpp: In member function 'IPAddress AsyncWebSocketClient::remoteIP()': |
I get the same error as @philippedc with ESP32C3 supermini using board ESP32-c3-devkitm-1; at some point in time I didn't give me complication error but as soon as I started making use of latest version of ESPAsyncWiFiManager and esphome/ESPASyncWebServer.git it started give me same problem. |
Readme says ESP8266.
Also what is the difference with this other lib https://github.com/khoih-prog/ESPAsync_WiFiManager
The text was updated successfully, but these errors were encountered: