Search found 1 match
- Wed Oct 18, 2023 2:38 pm
- Forum: ESP-IDF
- Topic: Basic file operations not working as expected when using SPIFFS
- Replies: 1
- Views: 7503
Basic file operations not working as expected when using SPIFFS
Hi, I am currently building a ESP-IDF project using SPIFFS to store various files. It's mostly going as expected, but I noticed some anomalies. Reading and writing the files with fopen, fread and fwrite works fine. While implementing a initial test to check if the file exists and write a blank file ...