You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _locales/en/messages.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -679,6 +679,12 @@
679
679
"configurationAccelTrimPitch": {
680
680
"message": "Accelerometer Pitch Trim"
681
681
},
682
+
"configurationArming": {
683
+
"message": "Arming"
684
+
},
685
+
"configurationArmingHelp": {
686
+
"message": "Some Arming options may require accelerometer be enabled"
687
+
},
682
688
"configurationMagDeclination": {
683
689
"message": "Magnetometer Declination [deg]"
684
690
},
@@ -2596,6 +2602,12 @@
2596
2602
"configurationMagHardware": {
2597
2603
"message": "Magnetometer (if supported)"
2598
2604
},
2605
+
"configurationSmallAngle": {
2606
+
"message": "Maximum ARM Angle [degrees]"
2607
+
},
2608
+
"configurationSmallAngleHelp": {
2609
+
"message": "Craft will not ARM if tilted more than specified number of degrees. Only applies if accelerometer is enabled. Setting to 180 will effectivly disable check"
0 commit comments