replace motor order models with script generated varients

10.3.x-maintenance
Jonathan Hudson 2015-01-10 19:17:23 +00:00
parent 566c0a7ccd
commit 30ddc6ac83
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ var mixerList = [
{name: 'Tricopter', image: 'tri'},
{name: 'Quad +', image: 'quad_p'},
{name: 'Quad X', image: 'quad_x'},
{name: 'Bicopter', image: 'custom'},
{name: 'Bicopter', image: 'bicopter'},
{name: 'Gimbal', image: 'custom'},
{name: 'Y6', image: 'y6'},
{name: 'Hex +', image: 'hex_p'},
@ -13,7 +13,7 @@ var mixerList = [
{name: 'Y4', image: 'y4'},
{name: 'Hex X', image: 'hex_x'},
{name: 'Octo X8', image: 'octo_x8'},
{name: 'Octo Flat +', image: 'custom'},
{name: 'Octo Flat +', image: 'octo_flat_p'},
{name: 'Octo Flat X', image: 'octo_flat_x'},
{name: 'Airplane', image: 'airplane'},
{name: 'Heli 120', image: 'custom'},