From 9b6a5c358ce702d1d07f5a2f5de7fbeb6746c285 Mon Sep 17 00:00:00 2001 From: lm Date: Wed, 28 Apr 2010 19:16:31 +0200 Subject: [PATCH] Added display for comm errors --- src/uas/UAS.cc | 2 +- src/ui/UASInfo.ui | 65 +++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 58 insertions(+), 9 deletions(-) diff --git a/src/uas/UAS.cc b/src/uas/UAS.cc index 2123f6b429..9e504be6e8 100644 --- a/src/uas/UAS.cc +++ b/src/uas/UAS.cc @@ -171,7 +171,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message) emit modeChanged(this->getUASID(), mode, ""); modeAudio = " is now in " + mode; } - currentVoltage = state.vbat; + currentVoltage = state.vbat/1000.0f; lpVoltage = filterVoltage(currentVoltage); if (startVoltage == 0) startVoltage = currentVoltage; timeRemaining = calculateTimeRemaining(); diff --git a/src/ui/UASInfo.ui b/src/ui/UASInfo.ui index a1ff996b16..9c7fb89a3e 100644 --- a/src/ui/UASInfo.ui +++ b/src/ui/UASInfo.ui @@ -6,8 +6,8 @@ 0 0 - 462 - 189 + 455 + 220 @@ -66,7 +66,7 @@ - + @@ -109,7 +109,7 @@ - + Qt::Horizontal @@ -171,7 +171,7 @@ - + @@ -257,7 +257,7 @@ - + @@ -343,7 +343,7 @@ - + @@ -380,7 +380,56 @@ - + + + + Qt::Horizontal + + + + + + + I2C Errors + + + + + + + 0 + + + + + + + SPI Errors + + + + + + + 0 + + + + + + + UART Errors + + + + + + + 0 + + + + Qt::Vertical -- GitLab