It's worth noting that due to a historical issue with some Web Bluetooth implementations the Web Bluetooth IDE and puck.js library search for devices starting with the name Puck or Espruino - so if you change the name to something else it might be hard to connect with them.
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.
I think in Zadig it's just naming the Bluetooth adaptor? I could be wrong though.
You can set the name by executing the command
NRF.setAdvertising({},{name:"Foo"})
It's worth noting that due to a historical issue with some Web Bluetooth implementations the Web Bluetooth IDE and
puck.js
library search for devices starting with the namePuck
orEspruino
- so if you change the name to something else it might be hard to connect with them.