From c35ec3144046a39c982bd94b3703ded3108a82d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:37:01 +0800 Subject: [PATCH] Update main.py --- bin/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/main.py b/bin/main.py index 25f55ff..3ed3e2b 100644 --- a/bin/main.py +++ b/bin/main.py @@ -262,11 +262,11 @@ except Exception as e: epd.Clear(0xFF) # 清除屏幕内容 epd.sleep() # 使屏幕进入休眠状态 epd2in13_V4.epdconfig.module_exit() # 清理资源 - exit() + #exit() # 脚本正常结束后的清理操作 epd.init() epd.Clear(0xFF) # 清除屏幕内容 epd.sleep() # 使屏幕进入休眠状态 epd2in13_V4.epdconfig.module_exit() # 清理资源 -exit() \ No newline at end of file +#exit()