Fix keyword argument decoding issue on MicroPython and finalize raw image endpoint and clock sync changes

This commit is contained in:
Adolfo Reyna
2026-06-19 13:30:26 -04:00
parent c944d8c48f
commit c8853cc5df
7 changed files with 711 additions and 24 deletions
+4
View File
@@ -3,3 +3,7 @@
WIFI_SSID = "FamReynaMesh"
WIFI_PASS = "Gloria2020"
# Timezone offset in hours relative to UTC (e.g. -4 for EDT, -5 for EST)
TZ_OFFSET = -4