You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
truncate() function seems to be NOT implemented for spiffs components. If called, it returns -1
and errno is 88 which description in "\esp-idf\components\newlib\include\sys\errno.h" is
#define ENOSYS 88 /* Function not implemented */
Is it a problem of ESP-IDF or is it a problem of SPIFFS component itself?
As a reference I link a similar issue which is solved (for FATfs):
[(https://github.com//issues/1980)]