Skip to content

Commit c678614

Browse files
committed
Updated Actual default values
1 parent 517393a commit c678614

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/js/tabs/pid_tuning.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,6 +2697,10 @@ TABS.pid_tuning.changeRatesSystem = function(sameType) {
26972697
rc_rate_pitch_e.val((FC.RC_TUNING.rcPitchRate * 1000).toFixed(0));
26982698
rc_rate_e.val((FC.RC_TUNING.RC_RATE * 1000).toFixed(0));
26992699
rc_rate_yaw_e.val((FC.RC_TUNING.rcYawRate * 1000).toFixed(0));
2700+
} else if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
2701+
rcRateDefault = (70).toFixed(0);
2702+
rateDefault = (670).toFixed(0);
2703+
expoDefault = (0).toFixed(2);
27002704
} else {
27012705
rcRateDefault = (200).toFixed(0);
27022706
rateDefault = (670).toFixed(0);

0 commit comments

Comments
 (0)