1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 19:40:22 +03:00

Merge pull request #1067 from iNavFlight/giacomo892_fw_expo

Reducing exposition value for FW to allow more locked-in feeling
This commit is contained in:
Paweł Spychalski 2020-09-21 18:58:54 +02:00 committed by GitHub
commit 951dd7faa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'