From ee91d7033cfac8349ad952c6cbc59a6355122e1f Mon Sep 17 00:00:00 2001 From: Kevin Whitaker <eyecreate@eyecreate.org> Date: Fri, 1 Dec 2023 17:27:49 +0000 Subject: [PATCH] Update main.py to not update as often --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 37a1ff1..bdff472 100644 --- a/main.py +++ b/main.py @@ -67,4 +67,4 @@ if response != None: graphics.update() uos.umount("/sd") -inky_frame.sleep_for(180) +inky_frame.sleep_for(360) -- GitLab