Problem Building With 2.5.43 on PlatformIO #3388
Unanswered
niveus
asked this question in
Q&A - General
Replies: 0 comments
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.
-
Hello. I'm trying to build using PlatformIO and I get an error if I try to enable the -DSMOOTH_FONT=1 flag. It's looking for SPIFFS.h (which is in the platform path) and not finding it. The library builds fine if I don't use the smooth font flag.
My ini:
and the error:
How do I get it to include the platform path (which I would have thought it already had)? Also, shouldn't it be
#include <SPIFFS.h>
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions