adafruit / Adafruit_CircuitPython_BLE

Bluetooth Low Energy (BLE) library for CircuitPython
MIT License
124 stars 57 forks source link

Handle entry properly for subclasses of Advertisement #125

Closed dhalbert closed 3 years ago

dhalbert commented 3 years ago

If an entry is supplied to an Advertisement constructor, its values would override any default values, so only use the values passed in via the entry.

@kschmelzer Could you test to see if this fixes your problem?

Fixes #124.