Thanks - I'll look into this. It seems to be an issue with the current master branch build.
Can you git checkout RELEASE_1V99, then make clean and make and it should work for you (I just tested).
git checkout RELEASE_1V99
make clean
make
@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.
Thanks - I'll look into this. It seems to be an issue with the current master branch build.
Can you
git checkout RELEASE_1V99
, thenmake clean
andmake
and it should work for you (I just tested).