mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-20 06:45:11 +03:00
Lower d gains for 7 inch endurance
This commit is contained in:
parent
4c4c3421ed
commit
f1fc61939c
1 changed files with 3 additions and 3 deletions
|
@ -232,9 +232,9 @@ presets.presets = [
|
||||||
presets.elementHelper("RC_tuning", "pitch_rate", 600),
|
presets.elementHelper("RC_tuning", "pitch_rate", 600),
|
||||||
presets.elementHelper("RC_tuning", "yaw_rate", 500),
|
presets.elementHelper("RC_tuning", "yaw_rate", 500),
|
||||||
presets.elementHelper("RC_tuning", "RC_YAW_EXPO", 0.7),
|
presets.elementHelper("RC_tuning", "RC_YAW_EXPO", 0.7),
|
||||||
presets.elementHelper("PIDs", 0, [40, 28, 35, 0]), //ROLL PIDs
|
presets.elementHelper("PIDs", 0, [40, 35, 24, 0]), //ROLL PIDs
|
||||||
presets.elementHelper("PIDs", 1, [45, 28, 40, 0]), //PITCH PIDs
|
presets.elementHelper("PIDs", 1, [45, 35, 24, 0]), //PITCH PIDs
|
||||||
presets.elementHelper("PIDs", 2, [85, 45, 15, 0]) //YAW PIDs
|
presets.elementHelper("PIDs", 2, [85, 45, 0, 0]) //YAW PIDs
|
||||||
],
|
],
|
||||||
type: 'multirotor'
|
type: 'multirotor'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue