Added option to allow user to choose 24-hour or 12-hour time
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user