adafruit / Adafruit_CircuitPython_PyPortal

CircuitPython driver for Adafruit PyPortal.
MIT License
45 stars 56 forks source link

SCK in use error #113

Closed FoamyGuy closed 3 years ago

FoamyGuy commented 3 years ago

Using the current release of this library testing the simpletest script in the examples dir and this learn guide: https://learn.adafruit.com/electronic-history-of-the-day-with-pyportal/overview

I am always getting this error when attempting to run the either code:

code.py output:
Traceback (most recent call last):
  File "code.py", line 14, in <module>
  File "adafruit_pyportal/__init__.py", line 152, in __init__
  File "adafruit_pyportal/network.py", line 95, in __init__
  File "adafruit_portalbase/wifi_coprocessor.py", line 66, in __init__
ValueError: SCK in use

If I revert back to release 5.2.0 and the previous release of portalbase I do not get this error any more.