mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 13:55:14 +03:00
Adding a hint to SERVO_TILT feature to mention that it goes well with CAMSTAB
This commit is contained in:
parent
c167f48c73
commit
0318446686
2 changed files with 4 additions and 1 deletions
|
@ -915,6 +915,9 @@
|
|||
"featureSERVO_TILT": {
|
||||
"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": {
|
||||
"message": "Enable CPU based serial ports"
|
||||
},
|
||||
|
|
|
@ -8,7 +8,7 @@ var Features = function (config) {
|
|||
{bit: 2, group: 'other', name: 'INFLIGHT_ACC_CAL'},
|
||||
{bit: 3, group: 'rxMode', mode: 'select', name: 'RX_SERIAL'},
|
||||
{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: 7, group: 'gps', name: 'GPS', haveTip: true},
|
||||
{bit: 9, group: 'other', name: 'SONAR'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue