This commit is contained in:
2020-06-09 18:11:28 +08:00
parent 3365abe536
commit 10c052a6ae
13 changed files with 169 additions and 34 deletions
-5
View File
@@ -30,11 +30,6 @@ MavLinkNode::MavLinkNode(QObject *parent) : QObject(parent)
connect(Parameter,SIGNAL(SendMessageTo(quint8,quint8*,quint16)),
this,SIGNAL(SendMessageTo(quint8,quint8*,quint16)),Qt::DirectConnection);
/*
connect(this,SIGNAL(setCurrentID(int,int)),
Parameter,SLOT(setID(int,int)),Qt::DirectConnection);
*/
Commander = new commandprocess();
connect(Commander,SIGNAL(SendMessageTo(quint8,quint8*,quint16)),