feat(espnow): improve bridge transport and driver sync

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-28 00:38:09 +12:00
parent 088fe161a8
commit 8403df531d
6 changed files with 49 additions and 11 deletions

View File

@@ -35,7 +35,8 @@ class Settings(dict):
self["brightness"] = 32
self["wifi_channel"] = WIFI_CHANNEL_DEFAULT
self["groups"] = []
def save(self):
try: