Skip to content

SCK in use error #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
FoamyGuy opened this issue Apr 25, 2021 · 0 comments · Fixed by adafruit/Adafruit_CircuitPython_PortalBase#35
Closed

SCK in use error #113

FoamyGuy opened this issue Apr 25, 2021 · 0 comments · Fixed by adafruit/Adafruit_CircuitPython_PortalBase#35

Comments

@FoamyGuy
Copy link
Contributor

FoamyGuy commented Apr 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant