Re-instate support for A-Tail now that the firmware supports it.

10.3.x-maintenance
Dominic Clifton 2014-12-21 15:00:53 +00:00
parent 76ca5a0785
commit 6d24ce6b28
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ var mixerList = [
{name: 'PPM to SERVO', image: 'custom'},
{name: 'Dualcopter', image: 'custom'},
{name: 'Singlecopter', image: 'custom'},
//{name: 'A-tail Quad', image: 'atail_quad'}, // Not supported in Cleanflight yet.
{name: 'A-tail Quad', image: 'atail_quad'},
{name: 'Custom', image: 'custom'}
];