1
0
Fork 0
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:
Niccolò Maggioni 2020-09-15 22:26:06 +02:00
parent de848bddf7
commit e75db57252
No known key found for this signature in database
GPG key ID: 4874B0C841E33264
4 changed files with 1015 additions and 3 deletions

View file

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