修正串口问题
This commit is contained in:
@@ -69,6 +69,8 @@ public:
|
||||
//MAVLinkInspector *mavlinkinspector = nullptr;
|
||||
|
||||
|
||||
|
||||
|
||||
signals:
|
||||
void showMessage(const QString &message,int TimeOut = 0);
|
||||
|
||||
@@ -125,8 +127,8 @@ private slots:
|
||||
|
||||
protected:
|
||||
|
||||
int Current_sysID;
|
||||
int Current_CompID;
|
||||
int Current_sysID = 0xF1;
|
||||
int Current_CompID = 0xF1;
|
||||
|
||||
enum SourceType{
|
||||
c_sock = 0,
|
||||
@@ -134,7 +136,7 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
uint8_t GCS_System_ID;
|
||||
uint8_t GCS_System_ID = 0xFF;
|
||||
|
||||
bool running_flag = false;
|
||||
quint32 running_frq = 200;//200Hz
|
||||
|
||||
Reference in New Issue
Block a user