jenya7

Results 2 comments of jenya7

ok. I found the problem. Now res = SPIFFS_format(&fs); returns SPIFFS_OK. But here spiffs_file fd = SPIFFS_open(&fs, path, SPIFFS_CREAT | SPIFFS_TRUNC | SPIFFS_RDWR, 0); i get SPIFFS_ERR_FULL (-10001). What's the...

Still it stops at (1). May be it's mandatory to include all code in `void main() { }` ? I see. Thank you, it works. May I port it to...