I believe you can set Bangle's MAC address to a private address with NRF.setAddress(addr) - but I don't really understand why that'd help
NRF.setAddress(addr)
@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.
I believe you can set Bangle's MAC address to a private address with
NRF.setAddress(addr)
- but I don't really understand why that'd help