wfdudley / T-watch-2020

a watch project for the TTGO T-watch-2020 version 1
BSD 3-Clause "New" or "Revised" License
85 stars 27 forks source link

Why can't I open a file for read/write in SPIFFs ? #3

Closed wfdudley closed 4 years ago

wfdudley commented 4 years ago

Despite some examples of SPIFFs filesystem, and the ability to initialize the SPIFFs, I can't open a file for read or write in SPIFFs system.

wfdudley commented 4 years ago

SPIFF filesystem code won't compile if "config.h" is included. So all the SPIFF fs code must be in a separate module that doesn't have any connection to T-watch code.