广播命令时静默

This commit is contained in:
ranchuan
2023-11-15 18:11:39 +08:00
parent 1708b9ce6a
commit 83e6717fe8
12 changed files with 136 additions and 16 deletions

View File

@@ -31,6 +31,7 @@ struct _protu_def{
uint8_t cmd;
int is_big_data;
codec_item *codec;
int silent;// 此项为1不返回数据
};
typedef struct _protu_def protu_def;