diff --git a/app.yaml b/app.yaml index 9f936c7..7379567 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ id: t11 name: t11 -version: 2.15.9 +version: 2.15.10 author: t11 icon: '' desc: t11 diff --git a/config.py b/config.py index d389df4..798096c 100644 --- a/config.py +++ b/config.py @@ -309,7 +309,7 @@ LASER_THICKNESS = 1 LASER_LENGTH = 2 # ==================== 图像保存配置 ==================== -SAVE_IMAGE_ENABLED = True # 是否保存图像(True=保存,False=不保存) +SAVE_IMAGE_ENABLED = False # 是否保存图像(True=保存,False=不保存) PHOTO_DIR = "/root/phot" # 照片存储目录 MAX_IMAGES = 1000 # Stage2 调试目录(默认 PHOTO_DIR/stage2_roi)内 JPEG 最多保留张数;None 表示与 MAX_IMAGES 相同 diff --git a/version.md b/version.md index 03944cd..ad82a9c 100644 --- a/version.md +++ b/version.md @@ -19,4 +19,5 @@ # 2.15.6 更新版本号 # 2.15.7 更新版本号 # 2.15.8 启动不加载预加载yolo -# 2.15.9 20cm \ No newline at end of file +# 2.15.9 20cm +# 2.15.10 不保存图片 \ No newline at end of file diff --git a/version.py b/version.py index 06a62c3..5e7e2bd 100644 --- a/version.py +++ b/version.py @@ -4,6 +4,6 @@ 应用版本号 每次 OTA 更新时,只需要更新这个文件中的版本号 """ -VERSION = '2.15.9' +VERSION = '2.15.10'