From 6a1d3fe2bd431ad7ff962f07bf9be1173c9c1630 Mon Sep 17 00:00:00 2001 From: yrx Date: Fri, 14 Aug 2026 15:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88yolo=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.yaml | 2 +- version.md | 4 +++- version.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app.yaml b/app.yaml index fed7347..43e23c7 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ id: t11 name: t11 -version: 2.16.4 +version: 2.17.0 author: t11 icon: '' desc: t11 diff --git a/version.md b/version.md index 5b19cd3..a43fd22 100644 --- a/version.md +++ b/version.md @@ -28,4 +28,6 @@ # 2.15.15 优化wifi连接 # 2.15.16 修复wifi连接问题 # 2.15.17 修复wifi连接问题 -# 2.15.18 wifi连接成功重新登录 \ No newline at end of file +# 2.15.18 wifi连接成功重新登录 +# 2.16.4 优化射箭延迟 +# 2.17.0 yolo标靶类别识别 \ No newline at end of file diff --git a/version.py b/version.py index 9172252..82be004 100644 --- a/version.py +++ b/version.py @@ -4,6 +4,6 @@ 应用版本号 每次 OTA 更新时,只需要更新这个文件中的版本号 """ -VERSION = '2.16.4' +VERSION = '2.17.0'