通讯成功

This commit is contained in:
hm
2020-08-06 22:40:56 +08:00
parent 73b0085517
commit fdd31e1359
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ void commandprocess::Parse(mavlink_message_t msg)
if(command_ack.target_system != Current_sysID)
{
qDebug() << command_ack.target_system << "this msg is'nt mine";
break;//如果目标系统不是自己,那么就抛弃该指令
//break;//如果目标系统不是自己,那么就抛弃该指令
}
qDebug() << "command_ack.result" << command_ack.result;