mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 09:15:42 +03:00
V-Tail and airplane without rudder mixer images
This commit is contained in:
parent
de848bddf7
commit
e75db57252
4 changed files with 1015 additions and 3 deletions
|
@ -465,7 +465,7 @@ const mixerList = [
|
|||
id: 28,
|
||||
name: 'Airplane V-tail (individual aileron servos)',
|
||||
model: 'custom',
|
||||
image: 'custom',
|
||||
image: 'airplane_vtail',
|
||||
enabled: true,
|
||||
legacy: false,
|
||||
platform: PLATFORM_AIRPLANE,
|
||||
|
@ -485,7 +485,7 @@ const mixerList = [
|
|||
id: 29,
|
||||
name: 'Airplane V-tail (single aileron servo)',
|
||||
model: 'custom',
|
||||
image: 'custom',
|
||||
image: 'airplane_vtail_single',
|
||||
enabled: true,
|
||||
legacy: false,
|
||||
platform: PLATFORM_AIRPLANE,
|
||||
|
@ -504,7 +504,7 @@ const mixerList = [
|
|||
id: 30,
|
||||
name: 'Airplane without rudder',
|
||||
model: 'custom',
|
||||
image: 'custom',
|
||||
image: 'airplane_norudder',
|
||||
enabled: true,
|
||||
legacy: false,
|
||||
platform: PLATFORM_AIRPLANE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue