Auto merged - #2502 at Thu, 10 Jun 2021 09:29:16 GMT

Updated Actual default values
10.8-maintenance
J Blackman 2021-06-10 09:29:16 +10:00 committed by GitHub
commit bb18610256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2697,6 +2697,10 @@ TABS.pid_tuning.changeRatesSystem = function(sameType) {
rc_rate_pitch_e.val((FC.RC_TUNING.rcPitchRate * 1000).toFixed(0));
rc_rate_e.val((FC.RC_TUNING.RC_RATE * 1000).toFixed(0));
rc_rate_yaw_e.val((FC.RC_TUNING.rcYawRate * 1000).toFixed(0));
} else if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
rcRateDefault = (70).toFixed(0);
rateDefault = (670).toFixed(0);
expoDefault = (0).toFixed(2);
} else {
rcRateDefault = (200).toFixed(0);
rateDefault = (670).toFixed(0);