1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

Add model flying wing json

This commit is contained in:
ted 2021-03-24 10:49:44 +01:00
parent e81b26c9ef
commit fd3ffaaa03
2 changed files with 102 additions and 1 deletions

View file

@ -152,7 +152,7 @@ const mixerList = [
{ {
id: 8, id: 8,
name: 'Flying Wing', name: 'Flying Wing',
model: 'custom', model: 'flying_wing',
image: 'flying_wing', image: 'flying_wing',
enabled: true, enabled: true,
legacy: true, legacy: true,

File diff suppressed because one or more lines are too long