-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] (bugfix-2.0.x) Compile fail with ESP3D_WIFISUPPORT enabled #18789
Comments
ESP3D_WIFISUPPORT is only if your running marlin on a esp32 |
ellensp
pushed a commit
to ellensp/Marlin
that referenced
this issue
Jul 26, 2020
…on non ESP32 based controllers.
thinkyhead
added a commit
to ellensp/Marlin
that referenced
this issue
Jul 26, 2020
Merged
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Description
As of recently Marlin does not compile with ESP3D_WIFISUPPORT defined in Configuration_adv.h; upon failure it prints the message
fatal error: ESPAsyncTCP.h: No such file or directory
.My Configurations
Configuration is completely default except for the aforementioned single change, fresh from bugfix-2.0.x branch. If needed a fork is here.
Steps to Reproduce
Besides compiling with the single change, nothing else has to be done to reproduce the issue.
Actual behavior:
PIO task build terminal output
Additional Information
Last working compile was before this commit. I'm not sure how relevant this is but another user had similar include errors recently (#18739). Neither installing the ESPAsyncTCP library from here nor commenting
lib_ignore=ESPAsyncTCP
in platformio.ini will fix the issue.The text was updated successfully, but these errors were encountered: