From ce284c128ac288f5a24fa25bae3ff5fead8e440f Mon Sep 17 00:00:00 2001 From: TheAngularity Date: Tue, 17 Jan 2017 22:10:15 +0100 Subject: [PATCH 1/2] quad x 1234 - reodered model list and new model image --- js/model.js | 4 +-- resources/motor_order/quad_x_1234.svg | 44 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 resources/motor_order/quad_x_1234.svg diff --git a/js/model.js b/js/model.js index fe408396..a5a397df 100644 --- a/js/model.js +++ b/js/model.js @@ -5,6 +5,7 @@ var mixerList = [ {name: 'Tricopter', model: 'tricopter', image: 'tri'}, {name: 'Quad +', model: 'quad_x', image: 'quad_p'}, {name: 'Quad X', model: 'quad_x', image: 'quad_x'}, + {name: 'Quad X 1234', model: 'quad_x', image: 'quad_x_1234'}, {name: 'Bicopter', model: 'custom', image: 'bicopter'}, {name: 'Gimbal', model: 'custom', image: 'custom'}, {name: 'Y6', model: 'y6', image: 'y6'}, @@ -26,8 +27,7 @@ var mixerList = [ {name: 'A-tail Quad', model: 'quad_atail', image: 'atail_quad'}, {name: 'Custom', model: 'custom', image: 'custom'}, {name: 'Custom Airplane', model: 'custom', image: 'custom'}, - {name: 'Custom Tricopter', model: 'custom', image: 'custom'}, - {name: 'Quad X 1234', model: 'quad_x', image: 'quad_x'} + {name: 'Custom Tricopter', model: 'custom', image: 'custom'} ]; diff --git a/resources/motor_order/quad_x_1234.svg b/resources/motor_order/quad_x_1234.svg new file mode 100644 index 00000000..d52ea91f --- /dev/null +++ b/resources/motor_order/quad_x_1234.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From ebc3dce6816e3665b60e96157647a7de6c487df4 Mon Sep 17 00:00:00 2001 From: TheAngularity Date: Tue, 17 Jan 2017 23:29:51 +0100 Subject: [PATCH 2/2] revert list sort --- js/model.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/model.js b/js/model.js index a5a397df..187d1cf9 100644 --- a/js/model.js +++ b/js/model.js @@ -5,7 +5,6 @@ var mixerList = [ {name: 'Tricopter', model: 'tricopter', image: 'tri'}, {name: 'Quad +', model: 'quad_x', image: 'quad_p'}, {name: 'Quad X', model: 'quad_x', image: 'quad_x'}, - {name: 'Quad X 1234', model: 'quad_x', image: 'quad_x_1234'}, {name: 'Bicopter', model: 'custom', image: 'bicopter'}, {name: 'Gimbal', model: 'custom', image: 'custom'}, {name: 'Y6', model: 'y6', image: 'y6'}, @@ -27,7 +26,8 @@ var mixerList = [ {name: 'A-tail Quad', model: 'quad_atail', image: 'atail_quad'}, {name: 'Custom', model: 'custom', image: 'custom'}, {name: 'Custom Airplane', model: 'custom', image: 'custom'}, - {name: 'Custom Tricopter', model: 'custom', image: 'custom'} + {name: 'Custom Tricopter', model: 'custom', image: 'custom'}, + {name: 'Quad X 1234', model: 'quad_x', image: 'quad_x_1234'} ];