Skip to content
Discussion options

You must be logged in to vote

Try:

from secrets import ssid, password

Or:

wlan.connect(secrets.ssid,secrets.password)

It's quite correct that ssid is not defined. It's such a basic error it's easy to miss, we have all done similiar, at least I certainly have.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ScooterKraig
Comment options

Answer selected by ScooterKraig
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants