新增芯跳检测脚本

This commit is contained in:
ranchuan
2023-07-14 18:50:38 +08:00
parent 01b2109ce1
commit 688e942b1a
10 changed files with 3576 additions and 13 deletions

View File

@@ -280,7 +280,8 @@ void protu_send_call(protu_def *p,uint8_t cmd,array_def *data)
array_def *t=0;
if(cmd!=0){
p->cmd=cmd;
p->cmd_no++;
// 上报数据不增加流水号 2023.7.14
// p->cmd_no++;
if(p->codec)
t=p->codec->encode(p,data);
}else if(p->cmd==0)