There was an error while loading. Please reload this page.
1 parent 4610a9b commit 8747de5Copy full SHA for 8747de5
main.py
@@ -87,7 +87,7 @@ def do_connect():
87
if not sta_if.isconnected():
88
print('connecting to network...')
89
sta_if.active(True)
90
- sta_if.connect('Fuxbau', 'JuV30062013')
+ sta_if.connect('-', '-')
91
while not sta_if.isconnected():
92
print(".", end="")
93
utime.sleep_ms(300)
0 commit comments