We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41747c6 commit 0bef390Copy full SHA for 0bef390
src/js/TuningSliders.js
@@ -407,6 +407,10 @@ TuningSliders.updatePidSlidersDisplay = function() {
407
408
if ($('input[id="useIntegratedYaw"]').is(':checked')) {
409
this.pidSlidersUnavailable = true;
410
+ if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
411
+ this.sliderPidsMode = 0;
412
+ $('#pid_main .pid_data input').prop('disabled', false);
413
+ }
414
}
415
416
if (!this.pidSlidersUnavailable) {
0 commit comments