实现赋码仪命令

升级小板程序失败时停止
This commit is contained in:
ranchuan
2023-12-21 18:51:58 +08:00
parent af964ad733
commit d1e617afd3
22 changed files with 1291 additions and 43 deletions

View File

@@ -153,6 +153,7 @@ public:
slave_cmd():HandleBoardCast(){
send_bytes=0;
send_pack_num=0;
step=0;
}
int start(myarray data);
int dolater(int cmd, myarray data);
@@ -162,6 +163,7 @@ protected:
int send_bytes;
int send_pack_num;
myarray data;
int step;
};