mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
replace motor order models with script generated varients
This commit is contained in:
parent
566c0a7ccd
commit
30ddc6ac83
1 changed files with 2 additions and 2 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue