This commit is contained in:
hm
2021-04-19 22:07:09 +08:00
parent aaf522bb24
commit b43b33224f
11 changed files with 191 additions and 349 deletions
-2
View File
@@ -677,8 +677,6 @@ void MavLinkNode::timer_1s_Out(void)
{
static qint64 last = QDateTime::currentMSecsSinceEpoch();
qint64 time = QDateTime::currentMSecsSinceEpoch() - last;
if(time >= 2000)