adafruit / Adafruit_CircuitPython_BLE_Adafruit

Support for the BLE Adafruit Service, which provides access to on-board sensors and components
MIT License
9 stars 6 forks source link

Temperature never get updated without this change #9

Closed dglaude closed 4 years ago

dglaude commented 4 years ago

At least this is what I noticed with the light sensor.

dhalbert commented 4 years ago

This change does fix the problem, but at the expense of re-creating the service each time. There is an underlying bug that should be fixed instead.