FS.h header file preventing compilation #75
the-programmer
started this conversation in
Support
Replies: 1 comment 5 replies
-
I am moving that to a support discussion because this is not a bug in the library ut much more linked to how you use pio and/or miss include in your project. FYI, we have a lot of CI, and all examples compile fine with pioarduino. I didn't check, but I suspect you either have an include issue in your project, or this maybe ? You can upload your project to github and give the link... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
pioarduino
What happened?
When compiling a project based on ESPAsyncWebServer I keep on encountering the "dreaded" FS.h issue.
Originally I started with the "default" PlatformIO installation. However as suggested here, this might cause issues.
So, (while still using PlatformIO) I updated the
platform
variable to the followingplatform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
However this didn't improve anything.
So, I swapped the PlatformIO extension for pioarduino extension and tried again. However this resulted in the same issue.
Stack Trace
Build log
platformio.ini
Minimal Reproductible Example (MRE)
Even tough I am not actively using ESPAsyncWebServer, adding the line
esp32async/ESPAsyncWebServer@^3.6.2
to thelib_deps
section seems to trigger this issue.I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions