Just put NRF.setAddress(...) inside a function called onInit - or use the 'Save to Flash' functionality to ensure all your code gets run at boot: http://www.espruino.com/Saving
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.
Just put
NRF.setAddress(...)
inside a function calledonInit
- or use the 'Save to Flash' functionality to ensure all your code gets run at boot: http://www.espruino.com/Saving