Files
pico-time/config.example.py
T
gballan 7c73e7cf97
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
[Issue #2] - Added config.py toggle for observing daylight savings time
2026-09-07 22:27:56 -04:00

9 lines
380 B
Python

# Wi-Fi credentials
WIFI_SSID = "YourSSID" # Set this to your Wi-Fi network name
WIFI_PASSWORD = "YourPassword" # Set this to your Wi-Fi network password
# Time settings
USE_24_HOUR = False # Set this to True for 24-hour time (no AM/PM)
UTC_OFFSET = -5 # Set this to your desired NTP server
DST_OBSERVED = True # Set this to false if you don't observe Daylight Savings Time