修改方案结构体为节约存储空间版本,与之前的updata软件不兼容
    修改打标时间为5s
    打标结束时亮绿灯
This commit is contained in:
ranchuan
2023-11-14 09:25:42 +08:00
parent ce73958ed6
commit 2141db1f2f
5 changed files with 45 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ from datetime import datetime, timedelta
# 定义软件版本号
SOFT_VERION = "0.03"
SOFT_VERION = "0.04"