mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
First cut of support for custom airplane and tricopter on servos tab.
This commit is contained in:
parent
438dc8d46d
commit
4e41f46523
2 changed files with 6 additions and 2 deletions
|
@ -25,5 +25,7 @@ var mixerList = [
|
|||
{name: 'Singlecopter', model: 'custom', image: 'custom'},
|
||||
{name: 'A-tail Quad', model: 'quad_atail', image: 'atail_quad'},
|
||||
{name: 'Custom', model: 'custom', image: 'custom'},
|
||||
{name: 'Custom Airplane', model: 'custom', image: 'custom'}
|
||||
{name: 'Custom Airplane', model: 'custom', image: 'custom'},
|
||||
{name: 'Custom Tricopter', model: 'custom', image: 'custom'}
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue