I have a bunch of binary files that I need to transfer to bangle.js Storage. There are about 30 small sound files, roughly 2-3K bytes each.
Is there a way to copy arbitrary files to Storage, say through a command-line tool? I managed to do the job through the Web IDE, but it was pretty time consuming, and now I'd like to tweak my data I'm looking for a better way. Can "espruino --storage" be used to do this? Its unclear from the documentation exactly what this does.
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.
Hi,
I have a bunch of binary files that I need to transfer to bangle.js Storage. There are about 30 small sound files, roughly 2-3K bytes each.
Is there a way to copy arbitrary files to Storage, say through a command-line tool? I managed to do the job through the Web IDE, but it was pretty time consuming, and now I'd like to tweak my data I'm looking for a better way. Can "espruino --storage" be used to do this? Its unclear from the documentation exactly what this does.