feat(led-driver): wifi tcp transport, hex mac in utf-8 hello

Made-with: Cursor
This commit is contained in:
pi
2026-04-05 20:20:47 +12:00
parent dc19877132
commit 7bfdcd9bee
2 changed files with 147 additions and 38 deletions

View File

@@ -21,6 +21,11 @@ class Settings(dict):
self["debug"] = False
self["default"] = "on"
self["brightness"] = 32
# STA + TCP to led-controller (Pi): leave wifi_ssid empty for ESP-NOW-only (channel 1).
self["wifi_ssid"] = ""
self["wifi_password"] = ""
self["controller_host"] = ""
self["controller_port"] = 8765
def save(self):
try: