Hi. I'll try this out next week. It's possible it is some issue with the minified module.
You could try editing the options in the Web IDE so that it loads unminified code first. Just change the order of ['min.js','.js']...
['min.js','.js']
@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.
Hi. I'll try this out next week. It's possible it is some issue with the minified module.
You could try editing the options in the Web IDE so that it loads unminified code first. Just change the order of
['min.js','.js']
...