ESP32 ArduinoNVS or Preferences - unable to store Strings of 80 bytes.
Hello everyone.
Having not found the solution to store 80-byte files on SPIFFS or with LittleFS, I tried initially in vain with the ArduinoNVS library and then with Preferences.
In both cases, it seems impossible to store more than 8 bytes: the recording process goes well, but upon rereading, the file is empty.
The recording routine:
The result correctly indicates the number of bytes saved. However, upon rereading, the recording is empty.
If anyone has an idea for this problem.
Having not found the solution to store 80-byte files on SPIFFS or with LittleFS, I tried initially in vain with the ArduinoNVS library and then with Preferences.
In both cases, it seems impossible to store more than 8 bytes: the recording process goes well, but upon rereading, the file is empty.
The recording routine:
The result correctly indicates the number of bytes saved. However, upon rereading, the recording is empty.
If anyone has an idea for this problem.