refactor(led-driver): simplify websocket runtime and test layout

This commit is contained in:
2026-04-14 22:08:23 +12:00
parent ded6e3d360
commit 0a33f399e1
30 changed files with 2850 additions and 503 deletions

View File

@@ -21,10 +21,9 @@ class Settings(dict):
self["debug"] = False
self["default"] = "on"
self["brightness"] = 32
self["transport_type"] = "wifi"
self["transport_type"] = "espnow"
self["wifi_channel"] = 1
# Wi-Fi + TCP to controller: set ssid and password. Use transport_type "espnow"
# for ESP-NOW (requires espnow firmware).
# ESP-NOW transport (requires espnow firmware; uses wifi_channel).
self["ssid"] = ""
self["password"] = ""