...yep, the antenna (and adaption caps) are absent and the NFC pins could be used as plain GPIO for something else. I'm surprised that you do not get errors because according to the list of libraries in the build, NFC library is not included in the list of libs (see bangleJS https://github.com/espruino/Espruino/blob/master/boards/BANGLEJS.py#L28 vs pixleJS https://github.com/espruino/Espruino/blob/master/boards/PIXLJS.py#L30)
@allObjects 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.
...yep, the antenna (and adaption caps) are absent and the NFC pins could be used as plain GPIO for something else. I'm surprised that you do not get errors because according to the list of libraries in the build, NFC library is not included in the list of libs (see bangleJS https://github.com/espruino/Espruino/blob/master/boards/BANGLEJS.py#L28 vs pixleJS https://github.com/espruino/Espruino/blob/master/boards/PIXLJS.py#L30)