1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Added 'Quad X 1234' model back into model list.

This commit is contained in:
Michael Keller 2016-10-12 12:03:09 +13:00
parent 30857b7490
commit bcb283128f

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