• Good morning!

    I'm currently experimenting with large files of data.

    What is the recommended way to transfer such (potentially large) files (even binary ones) onto a connected device?

    I've already been able to transfer large binary files from the IDE to my Bangle.js by means of an (automatically created) script containing lots of Storage.write operations which I copied into the terminal(!) area of the IDE.

    But I guess, there must be a much better approach?

About