The idea is that out of the box, NFC points to puck-js.com to get you started - however if you reset Puck.js with reset() that removes the in-built NFC URL.
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.
The idea is that out of the box, NFC points to
puck-js.com
to get you started - however if you reset Puck.js withreset()
that removes the in-built NFC URL.To add your own, just do
NRC.nfcURL("http://my.url.com")
: http://www.espruino.com/Reference#l_NRF_nfcURLOr are you saying that even after a reset you can't get an NFC URL that you defined to work?