mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
Added 3D plane model to setup page
Added a 3D plane model, so fixed wing pilots who like tails, don't have to stare at the cleanflight box any more.
This commit is contained in:
parent
fb24278f42
commit
7f4e15925d
2 changed files with 158 additions and 7 deletions
14
js/model.js
14
js/model.js
|
@ -284,7 +284,7 @@ const mixerList = [
|
|||
{
|
||||
id: 14,
|
||||
name: 'Airplane',
|
||||
model: 'custom',
|
||||
model: 'twin_plane',
|
||||
image: 'airplane',
|
||||
enabled: true,
|
||||
legacy: true,
|
||||
|
@ -421,8 +421,8 @@ const mixerList = [
|
|||
{
|
||||
id: 24,
|
||||
name: 'Custom Airplane',
|
||||
model: 'custom',
|
||||
image: 'custom',
|
||||
model: 'twin_plane',
|
||||
image: 'airplane',
|
||||
enabled: false,
|
||||
legacy: true,
|
||||
platform: PLATFORM_AIRPLANE,
|
||||
|
@ -443,7 +443,7 @@ const mixerList = [
|
|||
{
|
||||
id: 26,
|
||||
name: 'Airplane with differential thrust',
|
||||
model: 'custom',
|
||||
model: 'twin_plane',
|
||||
image: 'airplane',
|
||||
enabled: true,
|
||||
legacy: false,
|
||||
|
@ -464,7 +464,7 @@ const mixerList = [
|
|||
{
|
||||
id: 28,
|
||||
name: 'Airplane V-tail (individual aileron servos)',
|
||||
model: 'custom',
|
||||
model: 'twin_plane',
|
||||
image: 'airplane_vtail',
|
||||
enabled: true,
|
||||
legacy: false,
|
||||
|
@ -484,7 +484,7 @@ const mixerList = [
|
|||
{
|
||||
id: 29,
|
||||
name: 'Airplane V-tail (single aileron servo)',
|
||||
model: 'custom',
|
||||
model: 'twin_plane',
|
||||
image: 'airplane_vtail_single',
|
||||
enabled: true,
|
||||
legacy: false,
|
||||
|
@ -503,7 +503,7 @@ const mixerList = [
|
|||
{
|
||||
id: 30,
|
||||
name: 'Airplane without rudder',
|
||||
model: 'custom',
|
||||
model: 'twin_plane',
|
||||
image: 'airplane_norudder',
|
||||
enabled: true,
|
||||
legacy: false,
|
||||
|
|
151
resources/models/twin_plane.json
Normal file
151
resources/models/twin_plane.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue