Maybe it's some issue with reset - try:
NRF.setServices({ 0x1809 : { // Health Thermometer 0x2A6E : { readable: true, value : [E.getTemperature().toFixed(2)] }}}); NRF.setServices({});
It should say something like already connected. queueing update for later - and then when you disconnect everything will be fine.
already connected. queueing update for later
@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.
Maybe it's some issue with reset - try:
It should say something like
already connected. queueing update for later
- and then when you disconnect everything will be fine.