From c34efed6f94cee3700fc74cdefbd13038696da13 Mon Sep 17 00:00:00 2001 From: linyimin <18316471919@139.com> Date: Mon, 22 Jun 2026 12:05:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20wifi=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.yaml | 2 +- version.md | 3 ++- version.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app.yaml b/app.yaml index f0ee94a..ec1727d 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ id: t11 name: t11 -version: 2.15.14 +version: 2.15.15 author: t11 icon: '' desc: t11 diff --git a/version.md b/version.md index cac0632..c1c04ad 100644 --- a/version.md +++ b/version.md @@ -24,4 +24,5 @@ # 2.15.11 优化内存 # 2.15.12 优化算法 # 2.15.13 优化算法 -# 2.15.14 优化算法 \ No newline at end of file +# 2.15.14 优化算法 +# 2.15.15 优化wifi连接 \ No newline at end of file diff --git a/version.py b/version.py index a5fd4f8..5cfe9b7 100644 --- a/version.py +++ b/version.py @@ -4,6 +4,6 @@ 应用版本号 每次 OTA 更新时,只需要更新这个文件中的版本号 """ -VERSION = '2.15.14' +VERSION = '2.15.15'