Files
pico-time/config.example.py
T
gballan 7a653c424b
ci/woodpecker/push/woodpecker Pipeline was successful
Added option to allow user to choose 24-hour or 12-hour time
2026-09-07 20:37:14 -04:00

8 lines
296 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