Skip to content
Snippets Groups Projects
Commit 098c545b authored by Kevin Whitaker's avatar Kevin Whitaker
Browse files

Update main.py to have rtc time set

parent 12610e6c
No related branches found
No related tags found
Loading
...@@ -37,6 +37,8 @@ except OSError as e: ...@@ -37,6 +37,8 @@ except OSError as e:
uos.umount("/sd") uos.umount("/sd")
machine.soft_reset() machine.soft_reset()
inky_frame.set_time()
try: try:
last = open('/sd/last_wallpaper', 'r') last = open('/sd/last_wallpaper', 'r')
last_file = last.read() last_file = last.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment