However @Cale's code used the correct version. Usually when characters get changed it's because of some internal error in the interpreter :(
@Cale I can't reproduce this at all with your code though. What happens if you step back in the command history with the up-arrow? Does it show masterHbndler or masterHandler?
I did however find that the NRF24 module was broken in another way (it was depending on an Array, not a Uint8Array being returned by spi.send). I've just fixed that now though.
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.
However @Cale's code used the correct version. Usually when characters get changed it's because of some internal error in the interpreter :(
@Cale I can't reproduce this at all with your code though. What happens if you step back in the command history with the up-arrow? Does it show
masterHbndler
ormasterHandler
?I did however find that the NRF24 module was broken in another way (it was depending on an Array, not a Uint8Array being returned by
spi.send
). I've just fixed that now though.