Skip to content

Commit c87e4ea

Browse files
committed
lint
1 parent f3ba0ed commit c87e4ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

QT_Py_ESP32-S2_Sunrise_Lamp/AIO/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import neopixel
1313

1414
# --| User Config |--------------------------------
15-
WAKE_UP_HOUR = 07 # alarm time hour (24hr)
15+
WAKE_UP_HOUR = 7 # alarm time hour (24hr)
1616
WAKE_UP_MIN = 30 # alarm time minute
1717
SLEEP_COLOR = (0, 25, 150) # sleepy time color as tuple
1818
WAKEUP_COLOR = (255, 100, 0) # wake up color as tuple

QT_Py_ESP32-S2_Sunrise_Lamp/NTP/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# --| User Config |--------------------------------
1414
TZ_OFFSET = -7 # time zone offset in hours from UTC
15-
WAKE_UP_HOUR = 07 # alarm time hour (24hr)
15+
WAKE_UP_HOUR = 7 # alarm time hour (24hr)
1616
WAKE_UP_MIN = 30 # alarm time minute
1717
SLEEP_COLOR = (0, 25, 150) # sleepy time color as tuple
1818
WAKEUP_COLOR = (255, 100, 0) # wake up color as tuple

0 commit comments

Comments
 (0)