add A-tail Quad to supported multiTypes, no svg & using custom svg and default 3D model at the moment

#58
pull/3/head
cTn 10 years ago
parent 7a0d3a1199
commit 66ab7d1093

@ -59,6 +59,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
{name: 'PPM to SERVO', image: 'custom'},
{name: 'Dualcopter', image: 'custom'},
{name: 'Singlecopter', image: 'custom'},
{name: 'A-tail Quad', image: 'custom'},
{name: 'Custom', image: 'custom'}
];

@ -212,6 +212,7 @@ TABS.setup.initialize3D = function (compatibility) {
'quad_x',
'quad_x',
'quad_x',
'quad_x',
'quad_x'
];

Loading…
Cancel
Save