@Gordon just to clarify, 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?
// say I have written a big file called 'myfile'
var s = require("Storage");
// print(s.read("myfile")); // would return undefined
print(s.read("myfile\1")); // returns the first block of the file.
I am getting this behaviour, I am still on the default beta version firmware that came with my KS Beta unit.
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.
@Gordon just to clarify, 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?
I am getting this behaviour, I am still on the default beta version firmware that came with my KS Beta unit.