That's actually a bug in 1v81 (a=0;typeof a being wrong) - if you use one of the 'nightly' builds of Espruino it'll work fine.
a=0;typeof a
I'm not sure why the module worked before - unless the bug only got introduced in 1v81 (but it seemed like it had been there for a while).
@Gordon 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.
That's actually a bug in 1v81 (
a=0;typeof a
being wrong) - if you use one of the 'nightly' builds of Espruino it'll work fine.I'm not sure why the module worked before - unless the bug only got introduced in 1v81 (but it seemed like it had been there for a while).