9827:21803aa6c3e2 | 9828:32c8a5b57332 |
---|---|
20 while max_wait and wifi.status() == network.STAT_CONNECTING: | 20 while max_wait and wifi.status() == network.STAT_CONNECTING: |
21 max_wait -= 1 | 21 max_wait -= 1 |
22 sleep(0.1) | 22 sleep(0.1) |
23 print("Connection status:", wifi.isconnected()) | 23 print("Connection status:", wifi.isconnected()) |
24 except: | 24 except: |
25 pass | 25 print("WiFi secrets are kept in NVM. Please store them there!") |
26 | 26 |
27 connectWiFi() | 27 connectWiFi() |