1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 07:45:19 +03:00

Updated Actual default values

This commit is contained in:
Asizon 2021-06-06 09:27:13 +02:00
parent 517393a289
commit c67861456d

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