From 098c545b13fdd8a2bbd7ad643c3c5666527562d9 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker <eyecreate@eyecreate.org> Date: Mon, 6 Nov 2023 14:12:50 +0000 Subject: [PATCH] Update main.py to have rtc time set --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index a91fd0a..9897ddd 100644 --- a/main.py +++ b/main.py @@ -37,6 +37,8 @@ except OSError as e: uos.umount("/sd") machine.soft_reset() +inky_frame.set_time() + try: last = open('/sd/last_wallpaper', 'r') last_file = last.read() -- GitLab