Ahh, right. Sorry, I think you fell foul of a bug I introduced while trying to support Puck.js v2 with the same firmware: https://github.com/espruino/Espruino/blob/master/ChangeLog#L11
Puck.js v1: Fix regression that stopped Puck.IR(data) working - Puck.IR(data,D26,D25) required
So I think if you add D26,D25 to the end of the call it'll start working - or if you install a 'cutting edge' build it'll be fine.
D26,D25
I'm planning to release a version 2v06 very soon which should have that (and a few other) fixes in though.
@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.
Ahh, right. Sorry, I think you fell foul of a bug I introduced while trying to support Puck.js v2 with the same firmware: https://github.com/espruino/Espruino/blob/master/ChangeLog#L11
So I think if you add
D26,D25
to the end of the call it'll start working - or if you install a 'cutting edge' build it'll be fine.I'm planning to release a version 2v06 very soon which should have that (and a few other) fixes in though.