mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Update yaw P in configurator to 45
This commit is contained in:
parent
801ba71258
commit
e88c94bcb5
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