web assets can be stored:
fs.item('/favicon.ico').wget('http://www.espruino.com/favicon.ico'); fs.item('/images/logo.png').wget('http://www.espruino.com/images/logo.png');
I'll post a demo tomorrow on how to serve these in a web server, using the FlashItem.pipe method
FlashItem.pipe
@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.
web assets can be stored:
I'll post a demo tomorrow on how to serve these in a web server, using the
FlashItem.pipe
method