-
-
Notifications
You must be signed in to change notification settings - Fork 477
ESP3D 2.0 Feedbacks #238
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
Comments
run into compilation errors: webinterface.h:46:23: fatal error: WebServer.h: No such file or directory |
You must use latest git from ESP32 it has this library but better to use AsyncWebserver there is a #define in config.h https://github.com/espressif/arduino-esp32/tree/master/libraries/WebServer/src |
Thanks for pointing this out. Next problem is when i try to use #define SDCARD_FEATURE i get the next compilation error: config.cpp:34:21: fatal error: IniFile.h: No such file or directory |
#define SDCARD_FEATURE is not supported yet |
I have updated the 2.0 branch to avoid confusion - thanks for pointing this out |
No real update in 6 month so let's close this topic - if anything just open new ticket |
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. |
Please feedback on https://github.com/luc-github/ESP3D/tree/2.0
Thank you ^_^
The text was updated successfully, but these errors were encountered: