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:
commit
951dd7faa6
1 changed files with 48 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue