1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 22:05:13 +03:00

Merge pull request #314 from mikeller/readd_quadx1234

Added 'Quad X 1234' model back into model list.
This commit is contained in:
borisbstyle 2016-10-12 10:27:11 +02:00 committed by GitHub
commit 13dde333a5

View file

@ -26,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'}
];