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:
parent
517393a289
commit
c67861456d
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue