Joinig to video broadcast group on OSX improved
[mardrone] / mardrone / gauges / EfisPFD.qml
index 71b7d5c..fefd82b 100644 (file)
@@ -8,6 +8,7 @@ Item {
     property real roll
     property real alt
     property real ias
+    property real heading
     property real tapeMargin:60
     property color indicatorColor:"white"
     property bool showHSI:false
@@ -96,7 +97,7 @@ Item {
       gaugeStyle:5
       color:indicatorColor
       backColor:"#40000000"
-      value:alt
+      value:heading
 //      x:90;
       anchors.horizontalCenter: parent.horizontalCenter
       y:tapeMargin/2-10
@@ -112,7 +113,7 @@ Item {
         tickMinor:5
         color:indicatorColor
         backColor:"#40000000"
-        value:alt
+        value:heading
         anchors.horizontalCenter: parent.horizontalCenter
         anchors.bottom:parent.bottom
         anchors.bottomMargin: 20