Platformio VSCode error #3144
Closed
Grey-Lancaster
started this conversation in
General
Replies: 1 comment
-
Well I got that spiffs error in multiple diff projects that did not have your code. I deleted a bunch of stuff in my .platformio folder and reinstalled platfromio and it is building now. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am trying to build this example. Any ideas?
Thanks,
Grey
https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/Examples/Showcases/1-Slideshow/1-Slideshow.ino
and I get an error
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 34 compatible libraries
Scanning dependencies...
Dependency Graph
|-- TFT_eSPI @ 2.5.43
|-- JPEGDEC @ 1.4.0
|-- SdFat @ 2.2.2
|-- XPT2046_Bitbang_Slim @ 2.0.0
|-- FS @ 2.0.0
|-- LittleFS @ 2.0.0
|-- SPI @ 2.0.0
Building in release mode
Compiling .pio\build\cyd2usb\src\src\main.cpp.o
Building .pio\build\cyd2usb\bootloader.bin
Generating partitions .pio\build\cyd2usb\partitions.bin
Compiling .pio\build\cyd2usb\lib8e5\SPI\SPI.cpp.o
esptool.py v4.7-dev
Creating esp32 image...
Merged 1 ELF section
Successfully created esp32 image.
Compiling .pio\build\cyd2usb\lib4c1\FS\FS.cpp.o
Compiling .pio\build\cyd2usb\lib4c1\FS\vfs_api.cpp.o
In file included from .pio/libdeps/cyd2usb/TFT_eSPI/TFT_eSPI.h:101,
from src/main.cpp:10:
.pio/libdeps/cyd2usb/TFT_eSPI/Processors/TFT_eSPI_ESP32.h:139:12: fatal error: SPIFFS.h: No such file or directory
#include "SPIFFS.h" // ESP32 only
^~~~~~~~~~
compilation terminated.
*** [.pio\build\cyd2usb\src\src\main.cpp.o] Error 1
Beta Was this translation helpful? Give feedback.
All reactions