Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
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's new release time - a few nice improvements this time:
General
Serial.flush()
to allow us to wait for transmission on a device to finishg.floodFill()
method to allow flood fillE.stopEventPropagation()
to allow event propagation to be stopped with multipleX.on('...', ...)
E.toString
to always return a String (not necessarily flat) - fixes occasion errors in Bangle.js clocks that use it when setting up fonts, and addE.toFlatString
for old behaviourg.asImage()
andg.drawImage(gfx)
now use palette+transparent fields if they exist in a Graphics objectNRF.setAdvertising({},{whenConnected:true})
NRF.on('bond'/'advertising')
eventsBangle.js 2
ESP32
Espruino abcd