Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions XIAO Firmware/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ def shiftOut(data):
t = time.struct_time((2021, 5, 20, 20, 4, 30, 0, -1, -1))
rtc.datetime = t

# initialise the fixed time on day variable
FIXED_TIME_ON_tm_mday = t.tm_mday

# States
main_state = MAIN_TIME
menu_state = MENU_12_24
Expand Down