We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ba0ed commit c87e4eaCopy full SHA for c87e4ea
2 files changed
QT_Py_ESP32-S2_Sunrise_Lamp/AIO/code.py
@@ -12,7 +12,7 @@
12
import neopixel
13
14
# --| User Config |--------------------------------
15
-WAKE_UP_HOUR = 07 # alarm time hour (24hr)
+WAKE_UP_HOUR = 7 # alarm time hour (24hr)
16
WAKE_UP_MIN = 30 # alarm time minute
17
SLEEP_COLOR = (0, 25, 150) # sleepy time color as tuple
18
WAKEUP_COLOR = (255, 100, 0) # wake up color as tuple
QT_Py_ESP32-S2_Sunrise_Lamp/NTP/code.py
TZ_OFFSET = -7 # time zone offset in hours from UTC
0 commit comments