Hi,
is there a way to get my full Puck.js name ?
Using process.env.BOARD tells me I am a PUCKJS, how to get the second part of my name, eg beca ?
process.env.BOARD
Sure, could use something static like this as workaround.
E.setBootCode('var myName = "Puck.js beca";', true);
@MaBe 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.
Hi,
is there a way to get my full Puck.js name ?
Using
process.env.BOARD
tells me I am a PUCKJS, how to get the second part of my name, eg beca ?Sure, could use something static like this as workaround.