Files

10 lines
259 B
Python

# Wi-Fi Credentials Configuration for ESP32-S3-RLCD-4.2
# Update these values to match your local network settings.
WIFI_SSID = "FamReynaMesh"
WIFI_PASS = "Gloria2020"
# Timezone offset in hours relative to UTC (e.g. -4 for EDT, -5 for EST)
TZ_OFFSET = -4