diff --git a/src/uas/UAS.cc b/src/uas/UAS.cc index 2123f6b429350b25cb112d0c0202ba4d9eb438e6..9e504be6e8b61c4ec936688a6257dd7c2d7f8249 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 a1ff996b1694a3d978b54a42b070460f359dbe38..9c7fb89a3e6ff6a5cebc3fa867659f03b885f9e2 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