• Running some tests with NRF.setServices() and tried to use reset() to remove this service, did not work.

    NRF.setServices({
      0x1809 : { // Health Thermometer
        0x2A6E : { 
          readable: true,
          value : [E.getTemperature().toFixed(2)]
    }}});
    
About

Avatar for MaBe @MaBe started