1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 22:05:13 +03:00

Adding a hint to SERVO_TILT feature to mention that it goes well with CAMSTAB

This commit is contained in:
Kyle K 2019-07-02 22:59:33 +00:00
parent c167f48c73
commit 0318446686
2 changed files with 4 additions and 1 deletions

View file

@ -915,6 +915,9 @@
"featureSERVO_TILT": { "featureSERVO_TILT": {
"message": "Servo gimbal" "message": "Servo gimbal"
}, },
"featureSERVO_TILTTip": {
"message": "This feature enables CAMSTAB mode, which can be used to hold up to two axis steady using the accelerometer"
},
"featureSOFTSERIAL": { "featureSOFTSERIAL": {
"message": "Enable CPU based serial ports" "message": "Enable CPU based serial ports"
}, },

View file

@ -8,7 +8,7 @@ var Features = function (config) {
{bit: 2, group: 'other', name: 'INFLIGHT_ACC_CAL'}, {bit: 2, group: 'other', name: 'INFLIGHT_ACC_CAL'},
{bit: 3, group: 'rxMode', mode: 'select', name: 'RX_SERIAL'}, {bit: 3, group: 'rxMode', mode: 'select', name: 'RX_SERIAL'},
{bit: 4, group: 'esc', name: 'MOTOR_STOP'}, {bit: 4, group: 'esc', name: 'MOTOR_STOP'},
{bit: 5, group: 'other', name: 'SERVO_TILT'}, {bit: 5, group: 'other', name: 'SERVO_TILT', haveTip: true},
{bit: 6, group: 'other', name: 'SOFTSERIAL', haveTip: true}, {bit: 6, group: 'other', name: 'SOFTSERIAL', haveTip: true},
{bit: 7, group: 'gps', name: 'GPS', haveTip: true}, {bit: 7, group: 'gps', name: 'GPS', haveTip: true},
{bit: 9, group: 'other', name: 'SONAR'}, {bit: 9, group: 'other', name: 'SONAR'},