16 if wifi.radio.ipv4_address is None: |
16 if wifi.radio.ipv4_address is None: |
17 print("WiFi connection failed") |
17 print("WiFi connection failed") |
18 else: |
18 else: |
19 print("WiFi connected:", wifi.radio.ipv4_address) |
19 print("WiFi connected:", wifi.radio.ipv4_address) |
20 |
20 |
21 connectWiFi() |
21 connect_wifi() |
22 except ImportError: |
22 except ImportError: |
23 print("WiFi secrets are kept in 'secrets.py', please add them there!") |
23 print("WiFi secrets are kept in 'secrets.py', please add them there!") |