From 6d24ce6b28424cb984f64c23641667a185fa75ce Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sun, 21 Dec 2014 15:00:53 +0000 Subject: [PATCH] Re-instate support for A-Tail now that the firmware supports it. --- js/model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/model.js b/js/model.js index 74a14aa4..b91fa7e2 100644 --- a/js/model.js +++ b/js/model.js @@ -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'} ];