Update main.py to not update as often

This commit is contained in:
2023-12-01 17:27:49 +00:00
parent e39425b202
commit ee91d7033c

View File

@@ -67,4 +67,4 @@ if response != None:
graphics.update() graphics.update()
uos.umount("/sd") uos.umount("/sd")
inky_frame.sleep_for(180) inky_frame.sleep_for(360)