However it's in the ES6 standard, so just enabling support for that in the minifier (if it exists) should help.
@#kai, glad it's working after some tweaking. Looks from the logs like it's found and is loading the module though. What does require("NRF24L01P") in the LHS (after writing require("NRF24L01P") in the RHS) actually report back?
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.
@JumJum - 0b001/etc is already handled for the docs here: https://github.com/espruino/EspruinoDocs/blob/master/bin/build.js
However it's in the ES6 standard, so just enabling support for that in the minifier (if it exists) should help.
@#kai, glad it's working after some tweaking. Looks from the logs like it's found and is loading the module though. What does
require("NRF24L01P")
in the LHS (after writingrequire("NRF24L01P")
in the RHS) actually report back?