mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Merge pull request #1970 from ctzsnooze/Update-yaw-P-to-45-to-match-Betaflight-4.2-default
Update yaw P in configurator to 45
This commit is contained in:
commit
2a1de2c528
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ var FC = {
|
|||
versionPidDefaults = [
|
||||
42, 85, 35, 23, 90,
|
||||
46, 90, 38, 25, 95,
|
||||
30, 90, 0, 0, 90,
|
||||
45, 90, 0, 0, 90,
|
||||
];
|
||||
}
|
||||
return versionPidDefaults;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue