once the file increases in size and starts getting the shard marker in the end we have to use the shard marker in the name when we do a read, correct?
No... If you use StorageFile.write to create it, you need to use StorageFile.read to read it - use the same 7 character filename in each case and you should be fine!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
No... If you use
StorageFile.write
to create it, you need to useStorageFile.read
to read it - use the same 7 character filename in each case and you should be fine!