mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 17:55:24 +03:00
disable only if rpy
This commit is contained in:
parent
5a13439897
commit
476ba71e63
2 changed files with 29 additions and 9 deletions
|
@ -405,8 +405,10 @@ TuningSliders.updatePidSlidersDisplay = function() {
|
|||
});
|
||||
});
|
||||
|
||||
if ($('input[id="useIntegratedYaw"]').is(':checked')) {
|
||||
this.pidSlidersUnavailable = true;
|
||||
if (semver.lt(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
|
||||
if ($('input[id="useIntegratedYaw"]').is(':checked')) {
|
||||
this.pidSlidersUnavailable = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (!this.pidSlidersUnavailable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue