1、修复了打开激光后无法保持的bug

2、未注册时无需向网关发送已打开激光指令
3、开启和关闭激光时会向网关上报状态
This commit is contained in:
2026-05-20 15:02:36 +08:00
parent 2efab2862f
commit 3faf9baf67
4 changed files with 7 additions and 11 deletions
-2
View File
@@ -101,8 +101,6 @@ typedef struct {
bool CaliFlag; //标校标志位
int16_t Nonce; //随机数
bool LaserFlag;
}AppDetect_t;
extern AppDetect_t App;