Thanks @Gordon! I tested require("Storage").read(name, offset, length) with my code yesterday and it worked pretty good, but I didn't get it to behave exactly as I want yet. I think it's just a matter of me doing some more testing to get to know the function a little better 👍.
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.
Thanks @Gordon! I tested
require("Storage").read(name, offset, length)
with my code yesterday and it worked pretty good, but I didn't get it to behave exactly as I want yet. I think it's just a matter of me doing some more testing to get to know the function a little better 👍.