1
0
Fork 0
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:
Michael Keller 2020-04-20 01:11:20 +12:00 committed by GitHub
commit 2a1de2c528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;