You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hi, I've just pushed a new release of Espruino.

    This one is nothing groundbreaking, but there are a few nice improvments

    • Added Graphics.draw/fillCircle (courtesy of owenmcateer)
    • Fixing save() on BBC micro:bit
    • Allow tab-completion straight after a '.' (eg, E. then press Tab)
    • nRF5x(Puck.js) remove setName and add the functionality to setAdvertising, along with advertising interval (it fits better with the way Nordic's BLE API works)
    • NRF5x(Puck.js): allow raw advertising data in setAdvertising (eddystone/etc support)
    • Add E.setPassword - allows Espruino console to be locked so it's harder for people to get in to control the REPL.
    • Fix pin header numbering for BBC micro:bit (it changed for the production version)
    • Allow the magnetometer speed to be specified for Puck.js, down to every few seconds (for maximum power efficiency)
    • Fix issue where unplugging the Pico during the first second of power on and very quickly re-pluging it could stop the RTC (also fixes external oscillator if wired up)
    • Allow >8 bit SPI when sending single elements with SPI.send
    • Sockets now fire 'end' events, to be more node.js compatible

    And a few extra fixes for corruption/crashes/compatibility - see the full list at: http://www.espruino.com/ChangeLog

    To update, go into settings, then Flasher...

About

Avatar for Gordon @Gordon started