Ahh, thanks for letting us know! More than likely it's the state of the pin at boot that is the issue. Probably just calling esp8266.neopixelWrite(NodeMCU.D2, [0,0,0]); at startup would be enough.
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, thanks for letting us know! More than likely it's the state of the pin at boot that is the issue. Probably just calling
esp8266.neopixelWrite(NodeMCU.D2, [0,0,0]);
at startup would be enough.