Added option to allow user to choose 24-hour or 12-hour time
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-07 20:36:34 -04:00
parent ec63c2b2d2
commit 7a653c424b
2 changed files with 36 additions and 19 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
WIFI_SSID = "YourSSID" # Set this to your Wi-Fi network name
WIFI_PASSWORD = "YourPassword" # Set this to your Wi-Fi network password
# Timezone settings
# 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