Thank you! So handcrafting something is the only way for now.
Is it okay to do something like s.write('html', [<very_long_byte_array>]); or should I split it up to let's say 5kB chunks? Also can I upload the .bootcde script manually in chunks using the Storage API?
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.
Thank you! So handcrafting something is the only way for now.
Is it okay to do something like
s.write('html', [<very_long_byte_array>]);
or should I split it up to let's say 5kB chunks? Also can I upload the.bootcde
script manually in chunks using the Storage API?