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

handle new entry arg for __init__() #12

Closed dhalbert closed 3 years ago

dhalbert commented 3 years ago

Support how adafruit-circuitpython-ble 8.0.0 works. AdafruitService.__init__() must now handle creating both sent and received advertisements.

Tested with simpletest client (on Linux) and server (on nRF).