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

Use newly exposed BLE constants #17

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Newly merged pull request to adafruit_ble (adafruit/Adafruit_CircuitPython_BLE#154) exposes MANUFACTURING_DATA_ADT and ADAFRUIT_COMPANY_ID, so they are no longer needed to be defined by this library. They should instead be imported from adafruit_ble once those changes are released.