Skip to content

Commit

Permalink
Update boot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprompt authored Sep 24, 2019
1 parent f84b5fe commit 2cae0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def do_connect():

if not wlan.isconnected():
print('connecting to network...')
wlan.connect('mimimi', 'phplandia')
wlan.connect('SSID_DA_SUA_REDE', 'SENHA_DA_SUA_REDE')

while not wlan.isconnected():
pass
Expand Down

0 comments on commit 2cae0c1

Please sign in to comment.