feat(driver): discover controller via udp and rediscover on reconnect

Made-with: Cursor
This commit is contained in:
pi
2026-04-06 21:28:00 +12:00
parent cef9e00819
commit aaaf660e9d
3 changed files with 184 additions and 6 deletions

View File

@@ -26,7 +26,6 @@ class Settings(dict):
# Wi-Fi + TCP to Pi: leave ssid empty for ESP-NOW-only.
self["ssid"] = ""
self["password"] = ""
self["server_ip"] = ""
def save(self):
try: