It's a bit counter-intuitive, but you need the name in the second argument, so:
name
NRF.setAdvertising([ ibeacon.get({ uuid : uuidStringToArray(uuid), major : 2, minor : 1, rssi : -59 }), {} ], {interval:200,name: "PuckHub"});
@Gordon 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.
It's a bit counter-intuitive, but you need the
name
in the second argument, so: