mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Possible fix for #572
This commit is contained in:
parent
a8068edeff
commit
d1d5edfcb9
1 changed files with 2 additions and 2 deletions
4
js/fc.js
4
js/fc.js
|
@ -540,7 +540,7 @@ var FC = {
|
|||
if (semver.lt(CONFIG.flightControllerVersion, "2.0.0")) {
|
||||
features.push(
|
||||
{bit: 20, group: 'other', name: 'CHANNEL_FORWARDING', showNameInTip: true},
|
||||
{bit: 5, group: 'other', name: 'SERVO_TILT', showNameInTip: true},
|
||||
{bit: 5, group: 'other', name: 'SERVO_TILT', showNameInTip: true}
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -597,7 +597,7 @@ var FC = {
|
|||
if (semver.gte(CONFIG.flightControllerVersion, '2.0.0')) {
|
||||
features.push(
|
||||
{bit: 0, group: 'other', name: 'THR_VBAT_COMP', haveTip: true, showNameInTip: true},
|
||||
{bit: 3, group: 'other', name: 'BAT_PROFILE_AUTOSWITCH', haveTip: true, showNameInTip: true},
|
||||
{bit: 3, group: 'other', name: 'BAT_PROFILE_AUTOSWITCH', haveTip: true, showNameInTip: true}
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue