pref: 版本说明

This commit is contained in:
2026-06-03 16:02:39 +08:00
parent 583748fda3
commit 0d69a01a1f
5 changed files with 213 additions and 170 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
id: t11
name: t11
version: 2.15.3
version: 2.15.6
author: t11
icon: ''
desc: t11
+1 -1
View File
@@ -309,7 +309,7 @@ LASER_THICKNESS = 1
LASER_LENGTH = 2
# ==================== 图像保存配置 ====================
SAVE_IMAGE_ENABLED = False # 是否保存图像(True=保存,False=不保存)
SAVE_IMAGE_ENABLED = True # 是否保存图像(True=保存,False=不保存)
PHOTO_DIR = "/root/phot" # 照片存储目录
MAX_IMAGES = 1000
# Stage2 调试目录(默认 PHOTO_DIR/stage2_roi)内 JPEG 最多保留张数;None 表示与 MAX_IMAGES 相同
+207 -166
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -14,4 +14,6 @@
# 1.2.13 修改wifi连接
# 1.2.14 修改了icc登录部分
# 2.15.3 新版本ota,去除ai算环数方法
# 2.15.4 更新版本号
# 2.15.5 打印ota进度
# 2.15.6 更新版本号
+1 -1
View File
@@ -4,6 +4,6 @@
应用版本号
每次 OTA 更新时,只需要更新这个文件中的版本号
"""
VERSION = '2.15.3'
VERSION = '2.15.6'