pioarduino/platform-espressif32

Compilation errros related to FS.h

Closed this issue · 6 comments

Compilation stops with following error:
...libraries/FS/src/FS.h:49:17: error: expected '{' before ';' token

Function call _p() in FS.h expects two parameters, but just one is given:
File(FileImplPtr p = FileImplPtr()) : _p(p) {
_timeout = 0;
}

Thanks a lot in advance for any hint or debug suggestions.

Please post your Platformio.ini I don't know which branch or version you are using.

CI examples do compile without any errors. There are examples which uses FS.
Check your code.

Thanks again, but I am not even using FS functionality. Looks like FS library gets involved when including ESP <WebServer.h>

Provide an minimal sketch where this happens. Without no help is possible

Closing since no feedback