Rather than using serial, you can use http to update the flash.
You can do an http request and then write the output to fs, you could host the file on your local computer, it out the file in github or gist.
@Wilberforce started
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.
Rather than using serial, you can use http to update the flash.
You can do an http request and then write the output to fs, you could host the file on your local computer, it out the file in github or gist.