Skip to content

Commit 8747de5

Browse files
author
RoterFux
committed
remove passwords
1 parent 4610a9b commit 8747de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def do_connect():
8787
if not sta_if.isconnected():
8888
print('connecting to network...')
8989
sta_if.active(True)
90-
sta_if.connect('Fuxbau', 'JuV30062013')
90+
sta_if.connect('-', '-')
9191
while not sta_if.isconnected():
9292
print(".", end="")
9393
utime.sleep_ms(300)

0 commit comments

Comments
 (0)