it is possible to include values as vars, which are replaced during upload
var x = 5; s.write('html',` ........ ${x} ........ `);
@MaBe 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.
it is possible to include values as vars, which are replaced during upload