mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Changes after reviews
This commit is contained in:
parent
2e0334c114
commit
48659bd6ec
7 changed files with 195 additions and 183 deletions
|
@ -871,8 +871,8 @@ const FC = {
|
|||
];
|
||||
} else if (semver.gte(this.CONFIG.apiVersion, API_VERSION_1_44)) {
|
||||
versionPidDefaults = [
|
||||
45, 90, 40, 30, 120,
|
||||
47, 94, 46, 34, 125,
|
||||
45, 80, 40, 30, 120,
|
||||
47, 84, 46, 34, 125,
|
||||
45, 90, 0, 0, 120,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue