Espruino 1v94 has just been released! It features a whole bunch of changes that should improve speed and reliability, on all boards:
E.enableWatchdog
E.on('init',...)
onInit
require
process.memory()
reset
reset(true)
For a full list of changes with their bug numbers, check out https://github.com/espruino/Espruino/blob/RELEASE_1V94/ChangeLog
@Gordon started 7 years ago
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.
Espruino 1v94 has just been released! It features a whole bunch of changes that should improve speed and reliability, on all boards:
Improvements
E.enableWatchdog
E.on('init',...)
now executed beforeonInit
(allowing modules to init before they can be called by the user)require
dumping filesystem errors as well as 'module not found'process.memory()
now reports time taken for GC and vars GC'dreset
.reset(true)
will now cause all Flash memory to be cleared as well.Fixes
require
creating an undefined Module entry in the modules list if no module existsFor a full list of changes with their bug numbers, check out https://github.com/espruino/Espruino/blob/RELEASE_1V94/ChangeLog