This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Hard time compiling ESPAsync_WIFIManager using Platformio #109
Unanswered
nicolas-rabault
asked this question in
Q&A
Replies: 1 comment
-
Check ESPAsyncDNSServer depends on faulty and not maintained library ESPAsyncUDP #108 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
I'm trying to use ESPAsync_WIFIManager to create a wifi example on the Luos_engine lib. But I have hard time to solve all the dependancies issue.
To make it simple I came back to a simple project. I'm just tying to compile the

Async_ConfigOnDoubleReset
example for ESP32.I use the
platformio.ini
provided on your repo without changing anything :Here is the error I get :
So I added
https://github.com/khoih-prog/ESPAsync_WiFiManager
as a dependancy on the platformio.ini, and now i have :So again I added
devyte/ESPAsyncDNSServer@^1.0.0
as a dependancy but I still have the same error...Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions