You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OrderedDict.move_to_end() is used during .broadcast() but this method of OrderedDIct is not implemented in CircuitPython.
code.py output:
This is BroadcastNet Feather Sense sensor: e1ea5705e4b6
Traceback (most recent call last):
File "code.py", line 30, in <module>
File "adafruit_ble_broadcastnet.py", line 54, in broadcast
File "adafruit_ble/__init__.py", line 183, in start_advertising
File "adafruit_ble_broadcastnet.py", line 188, in __bytes__
AttributeError: 'OrderedDict' object has no attribute 'move_to_end'
Code done running.
Adafruit CircuitPython 6.1.0 on 2021-01-21; Adafruit Feather Bluefruit Sense with nRF52840```
The text was updated successfully, but these errors were encountered:
OrderedDict.move_to_end() is used during .broadcast() but this method of OrderedDIct is not implemented in CircuitPython.
The text was updated successfully, but these errors were encountered: