mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Re-instate support for A-Tail now that the firmware supports it.
This commit is contained in:
parent
76ca5a0785
commit
6d24ce6b28
1 changed files with 1 additions and 1 deletions
|
@ -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'}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue