Open IB-AST opened 3 hours ago
Please post your Platformio.ini I don't know which branch or version you are using.
Thanks for your reply. I tried those two:
;platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
platform = https://github.com/pioarduino/platform-espressif32.git#develop
CI examples do compile without any errors. There are examples which uses FS. Check your code.
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.