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
>>> import bluetooth
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'bluetooth'
>>> import ubluetooth
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'ubluetooth'
Does not work any better in an app (not that I really expected it to)
USB console:
Starting app '/apps/python/nightshift'...
No bluetooth, trying ubluetooth
Traceback (most recent call last):
File "boot.py", line 26, in <module>
File "/apps/python/nightshift/__init__.py", line 4, in <module>
File "/apps/python/nightshift/nshift.py", line 7, in <module>
ImportError: no module named 'ubluetooth'
Fatal exception in the running app!
␀ets Jul 29 2019 12:21:46
USB REPL:
Does not work any better in an app (not that I really expected it to)
USB console:
init.py:
nshift.py
The text was updated successfully, but these errors were encountered: