1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Reducing exposition value for fixed wings to allow more locked in feeling

This commit is contained in:
giacomo892 2020-09-21 10:54:03 +02:00
parent c8c6316dc8
commit 8f15e04527

View file

@ -1260,6 +1260,14 @@ presets.presets = [
{
key: "platform_type",
value: "AIRPLANE"
},
{
key: "rc_expo",
value: 30
},
{
key: "manual_rc_expo",
value: 30
}
],
type: 'airplane'
@ -1309,6 +1317,14 @@ presets.presets = [
{
key: "fw_ff_roll",
value: 30
},
{
key: "rc_expo",
value: 30
},
{
key: "manual_rc_expo",
value: 30
}
],
type: 'flyingwing'
@ -1358,6 +1374,14 @@ presets.presets = [
{
key: "fw_ff_roll",
value: 49
},
{
key: "rc_expo",
value: 30
},
{
key: "manual_rc_expo",
value: 30
}
],
type: 'flyingwing'
@ -1407,6 +1431,14 @@ presets.presets = [
{
key: "fw_ff_roll",
value: 25
},
{
key: "rc_expo",
value: 30
},
{
key: "manual_rc_expo",
value: 30
}
],
type: 'flyingwing'
@ -1456,6 +1488,14 @@ presets.presets = [
{
key: "fw_ff_roll",
value: 15
},
{
key: "rc_expo",
value: 30
},
{
key: "manual_rc_expo",
value: 30
}
],
type: 'flyingwing'
@ -1503,6 +1543,14 @@ presets.presets = [
{
key: "fw_ff_roll",
value: 64
},
{
key: "rc_expo",
value: 30
},
{
key: "manual_rc_expo",
value: 30
}
],
type: 'flyingwing'