Have to save when using espnow

This commit is contained in:
2025-06-08 13:18:28 +12:00
parent c63e907204
commit a19b1e86f2
3 changed files with 5 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ def web(settings, patterns):
if data:
# Process the received data
_, status_code = settings.set_settings(json.loads(data), patterns)
_, status_code = settings.set_settings(json.loads(data), patterns, True)
#await ws.send(status_code)
else:
break