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

10.3.x-maintenance
Michael Keller 2016-10-12 12:03:09 +13:00
parent 30857b7490
commit bcb283128f
1 changed files with 2 additions and 1 deletions

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