Commit 568eb81b authored by Don Gagne's avatar Don Gagne

Merge pull request #1288 from DonLakeFlyer/Typo

Fix typo in Sensor Config
parents 83fdc095 8b4aee90
...@@ -93,7 +93,7 @@ Rectangle { ...@@ -93,7 +93,7 @@ Rectangle {
IndicatorButton { IndicatorButton {
width: parent.buttonWidth width: parent.buttonWidth
text: "Acceleromter" text: "Accelerometer"
indicatorGreen: autopilot.parameters["CAL_ACC0_ID"].value != 0 indicatorGreen: autopilot.parameters["CAL_ACC0_ID"].value != 0
onClicked: controller.calibrateAccel() onClicked: controller.calibrateAccel()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment