Remove wifi client

This commit is contained in:
2025-06-19 19:13:13 +12:00
parent 524db5e979
commit 03f3f02da8
2 changed files with 0 additions and 18 deletions

View File

@@ -23,10 +23,6 @@ class Settings(dict):
self["color_order"] = "rgb"
self["name"] = f"led-{ubinascii.hexlify(wifi.get_mac()).decode()}"
self["ap_password"] = ""
self["wifi_ssid"] = ""
self["wifi_password"] = ""
self["wifi_ip"] = ""
self["wifi_gateway"] = ""
self["id"] = 0
def save(self):