mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
revert list sort
This commit is contained in:
parent
ce284c128a
commit
ebc3dce681
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,6 @@ 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'},
|
||||
|
@ -27,7 +26,8 @@ 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: 'Custom Tricopter', model: 'custom', image: 'custom'},
|
||||
{name: 'Quad X 1234', model: 'quad_x', image: 'quad_x_1234'}
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue