mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
quad x 1234 - reodered model list and new model image
This commit is contained in:
parent
9cb7de962c
commit
ce284c128a
2 changed files with 46 additions and 2 deletions
|
@ -5,6 +5,7 @@ var mixerList = [
|
|||
{name: 'Tricopter', model: 'tricopter', image: 'tri'},
|
||||
{name: 'Quad +', model: 'quad_x', image: 'quad_p'},
|
||||
{name: 'Quad X', model: 'quad_x', image: 'quad_x'},
|
||||
{name: 'Quad X 1234', model: 'quad_x', image: 'quad_x_1234'},
|
||||
{name: 'Bicopter', model: 'custom', image: 'bicopter'},
|
||||
{name: 'Gimbal', model: 'custom', image: 'custom'},
|
||||
{name: 'Y6', model: 'y6', image: 'y6'},
|
||||
|
@ -26,8 +27,7 @@ var mixerList = [
|
|||
{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 Tricopter', model: 'custom', image: 'custom'},
|
||||
{name: 'Quad X 1234', model: 'quad_x', image: 'quad_x'}
|
||||
{name: 'Custom Tricopter', model: 'custom', image: 'custom'}
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue