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
I was trying a BLE program on the latest master, and ran into this:
>>> from adafruit_ble.services.nordic import UARTService
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_ble/services/nordic.py", line 38, in <module>
File "adafruit_ble/services/nordic.py", line 50, in UARTService
File "adafruit_ble/uuid/__init__.py", line 74, in __init__
_bleio.BluetoothError: Unknown soft device error: 0002
A build from the commit just before #2644 doesn't have this problem.