Running some tests with NRF.setServices() and tried to use reset() to remove this service, did not work.
NRF.setServices()
reset()
NRF.setServices({ 0x1809 : { // Health Thermometer 0x2A6E : { readable: true, value : [E.getTemperature().toFixed(2)] }}});
@MaBe 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.
Running some tests with
NRF.setServices()
and tried to usereset()
to remove this service, did not work.