Skip to content
Snippets Groups Projects
Verified Commit 7fe90078 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix another bug accessing IP config

parent 9d597e0c
No related branches found
No related tags found
No related merge requests found
Pipeline #77026 failed
......@@ -214,7 +214,7 @@ class _MynitBoot:
while not nic.isconnected():
pass
if not self._config["wifi"]["ip"]["address"]:
if not self._config["wifi"]["address"]:
print("Wifi configured as %s" % (nic.ifconfig(),))
def setup_webrepl(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment