V2.07 检测参数自检命令验证成功
This commit is contained in:
@@ -30,6 +30,7 @@ void prot_m4::init()
|
||||
|
||||
void prot_m4::send_data_slot(myarray data)
|
||||
{
|
||||
if(data.size()==0) return;
|
||||
if ((if_ != nullptr) && (codec_ != nullptr))
|
||||
{
|
||||
myarray send = codec_->encode(0, 0, 0, data);
|
||||
|
Reference in New Issue
Block a user