aboutsummaryrefslogtreecommitdiff
path: root/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
diff options
context:
space:
mode:
Diffstat (limited to 'mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala')
-rw-r--r--mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala b/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
index 7e59ed8..dc0febc 100644
--- a/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
+++ b/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
@@ -26,7 +26,7 @@ object ActiveVehicle {
def autopilot(tpe: Int) = tpe match {
case MavAutopilot.MavAutopilotGeneric => "Generic"
case MavAutopilot.MavAutopilotInvalid => "Invalid"
- case MavAutopilot.MavAutopilotPixhawk => "Pixhawk"
+ case MavAutopilot.MavAutopilotPx4 => "PX4"
case _ => "Other"
}