diff --git a/src/uas/UAS.cc b/src/uas/UAS.cc
index 2123f6b..9e504be 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 a1ff996..9c7fb89 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