1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +03:00

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

This commit is contained in:
Dominic Clifton 2014-12-21 15:00:53 +00:00
parent 76ca5a0785
commit 6d24ce6b28

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