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
@@ -685,6 +685,12 @@
685
685
"configurationAccelTrimPitch": {
686
686
"message": "Accelerometer Pitch Trim"
687
687
},
688
+
"configurationArming": {
689
+
"message": "Arming"
690
+
},
691
+
"configurationArmingHelp": {
692
+
"message": "Some Arming options may require accelerometer be enabled"
693
+
},
688
694
"configurationMagDeclination": {
689
695
"message": "Magnetometer Declination [deg]"
690
696
},
@@ -2602,6 +2608,12 @@
2602
2608
"configurationMagHardware": {
2603
2609
"message": "Magnetometer (if supported)"
2604
2610
},
2611
+
"configurationSmallAngle": {
2612
+
"message": "Maximum ARM Angle [degrees]"
2613
+
},
2614
+
"configurationSmallAngleHelp": {
2615
+
"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