From 9d4895fca40219dff4fcd6a87475ab6cd023ee7b 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: Fri, 17 Jan 2025 02:02:59 +0000 Subject: [PATCH] Add files via upload --- bin/main.py | 2 +- bin/weather.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/main.py b/bin/main.py index 3412bec..7a1de00 100644 --- a/bin/main.py +++ b/bin/main.py @@ -252,4 +252,4 @@ epd.init() epd.Clear(0xFF) # 清除屏幕内容 epd.sleep() # 使屏幕进入休眠状态 epd2in13_V4.epdconfig.module_exit() # 清理资源 -exit() +exit() \ No newline at end of file diff --git a/bin/weather.py b/bin/weather.py index 56a07db..a7a74d6 100644 --- a/bin/weather.py +++ b/bin/weather.py @@ -96,4 +96,4 @@ except Exception as e: exit() # 脚本正常结束后的清理操作 -exit() +exit() \ No newline at end of file