mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Merge pull request #314 from mikeller/readd_quadx1234
Added 'Quad X 1234' model back into model list.
This commit is contained in:
commit
13dde333a5
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