1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 03:49:53 +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:
Darren Lines 2021-06-02 16:32:44 +01:00
parent fb24278f42
commit 7f4e15925d
2 changed files with 158 additions and 7 deletions

View file

@ -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,