Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 inQ&A
Discussion options

Hey folks,

I'm trying to use ESPAsync_WIFIManager to create a wifi example on theLuos_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 theAsync_ConfigOnDoubleReset example for ESP32.
I use theplatformio.iniprovided on your repo without changing anything :
Screenshot 2022-08-23 at 12 16 36
Here is the error I get :

src/Async_ConfigOnDoubleReset.cpp:359:10: fatal error: ESPAsync_WiFiManager.h: No such file or directory******************************************************************************* Looking for ESPAsync_WiFiManager.h dependency? Check our library registry!** CLI  > platformio lib search "header:ESPAsync_WiFiManager.h"* Web  > https://registry.platformio.org/search?q=header:ESPAsync_WiFiManager.h******************************************************************************* #include <ESPAsync_WiFiManager.h>               //https://github.com/khoih-prog/ESPAsync_WiFiManager

So I addedhttps://github.com/khoih-prog/ESPAsync_WiFiManager as a dependancy on the platformio.ini, and now i have :

.pio/libdeps/ESP32/ESPAsync_WiFiManager/src/ESPAsync_WiFiManager.hpp:208:10: fatal error: ESPAsyncDNSServer.h: No such file or directory**************************************************************************** Looking for ESPAsyncDNSServer.h dependency? Check our library registry!** CLI  > platformio lib search "header:ESPAsyncDNSServer.h"* Web  > https://registry.platformio.org/search?q=header:ESPAsyncDNSServer.h**************************************************************************** #include <ESPAsyncDNSServer.h>

So again I addeddevyte/ESPAsyncDNSServer@^1.0.0 as a dependancy but I still have the same error...

Did I miss something?

You must be logged in to vote

Replies: 1 comment

Comment options

CheckESPAsyncDNSServer depends on faulty and not maintained library ESPAsyncUDP #108

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@nicolas-rabault@khoih-prog

[8]ページ先頭

©2009-2025 Movatter.jp