From e04329733e6e0e42a54ba8a264455e76f551d3e4 Mon Sep 17 00:00:00 2001 From: hm Date: Mon, 5 Sep 2022 10:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3dlink=E9=97=AA=E7=83=81?= =?UTF-8?q?=EF=BC=8C=E7=9B=98=E6=97=8B=E7=82=B9=E5=8F=98=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/mainwindow.cpp b/App/mainwindow.cpp index 128a0fc..aea506c 100644 --- a/App/mainwindow.cpp +++ b/App/mainwindow.cpp @@ -1010,7 +1010,7 @@ void MainWindow::setCommunicationLostState(bool flag) isCommunicationLost = flag; - healthui->setState(6,(dlink->mavlinknode->isCommunicationLost)?(HealthUI::state::failure):(HealthUI::state::success));//DLINK + healthui->setState(4,(dlink->mavlinknode->isCommunicationLost)?(HealthUI::state::failure):(HealthUI::state::success));//DLINK if(flag == true)//通讯丢失 {