Compare commits
1 Commits
3ee89ce3b4
...
3b38264b70
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b38264b70 |
@@ -54,6 +54,7 @@ sta_if.active(True)
|
|||||||
sta_if.config(pm=network.WLAN.PM_NONE)
|
sta_if.config(pm=network.WLAN.PM_NONE)
|
||||||
sta_if.connect(settings["ssid"], settings["password"])
|
sta_if.connect(settings["ssid"], settings["password"])
|
||||||
while not sta_if.isconnected():
|
while not sta_if.isconnected():
|
||||||
|
print("Connecting")
|
||||||
utime.sleep(1)
|
utime.sleep(1)
|
||||||
wdt.feed()
|
wdt.feed()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user