mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Added 'Quad X 1234' model back into model list.
This commit is contained in:
parent
30857b7490
commit
bcb283128f
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ var mixerList = [
|
||||||
{name: 'A-tail Quad', model: 'quad_atail', image: 'atail_quad'},
|
{name: 'A-tail Quad', model: 'quad_atail', image: 'atail_quad'},
|
||||||
{name: 'Custom', model: 'custom', image: 'custom'},
|
{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'}
|
{name: 'Custom Tricopter', model: 'custom', image: 'custom'},
|
||||||
|
{name: 'Quad X 1234', model: 'quad_x', image: 'quad_x'}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue