-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Compilation error #22
Comments
Changing line 1091 from: Still testing if this actually works or not... UPDATE: it seems to work just fine! |
Now it compiles! |
But doesn't work. |
Can you please give more input about your issue ? |
fixed by #23 |
HI, I have changet the
#include <LITTLEFS.h>
to
#include <LittleFS.h>
and every LITTLEFS to LITTLEFS, as sugested by the manteiner of the library.
I platformio no appears any error or problem, but when compiling it appears a problem in ESPWebDAV.cpp:
include/ESPWebDAV.cpp:1091:48: error: invalid conversion from 'char*' to 'const uint8_t*' {aka 'const unsigned char*'} [-fpermissive]
Am I doing something wrong or forgot something?.
Thanks ini advance
The text was updated successfully, but these errors were encountered: