1
0
Fork 0
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:
Mark Haslinghuis 2021-09-27 19:29:02 +02:00
parent 2e0334c114
commit 48659bd6ec
No known key found for this signature in database
GPG key ID: 198B0F616296A584
7 changed files with 195 additions and 183 deletions

View file

@ -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,
];
}