mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 08:45:26 +03:00
Remove the unused PWM_SERVO_DRIVER feature which is unused (#1179)
The right way to enable the external PWM driver is now to set `servo_protocol` to `PWM_DRIVER`
This commit is contained in:
parent
1d248972fc
commit
b579a216ec
1 changed files with 0 additions and 1 deletions
1
js/fc.js
1
js/fc.js
|
@ -572,7 +572,6 @@ var FC = {
|
|||
{bit: 19, group: 'other', name: 'BLACKBOX', haveTip: true, showNameInTip: true},
|
||||
{bit: 28, group: 'other', name: 'PWM_OUTPUT_ENABLE', haveTip: true},
|
||||
{bit: 26, group: 'other', name: 'SOFTSPI'},
|
||||
{bit: 27, group: 'other', name: 'PWM_SERVO_DRIVER', haveTip: true, showNameInTip: true},
|
||||
{bit: 29, group: 'other', name: 'OSD', haveTip: false, showNameInTip: false},
|
||||
{bit: 22, group: 'other', name: 'AIRMODE', haveTip: false, showNameInTip: false},
|
||||
{bit: 30, group: 'other', name: 'FW_LAUNCH', haveTip: false, showNameInTip: false},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue