PRs welcome... God knows why you'd want to change the name of your Puck to be a square though ;)
If you pre-escaped it you could do NRF.setAdvertising({}, {name: "\xF0\x9F\x8D\x9F"}); I guess? Not sure if that's the correct series of bytes for it though.
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.
PRs welcome... God knows why you'd want to change the name of your Puck to be a square though ;)
If you pre-escaped it you could do
NRF.setAdvertising({}, {name: "\xF0\x9F\x8D\x9F"});
I guess? Not sure if that's the correct series of bytes for it though.