Hide Motor PWM Speed Separated from PID Speed when DSHOT selected

10.3.x-maintenance
Volodymyr Moskalyk 2017-10-15 09:33:41 +02:00
parent ce4ed0b544
commit 97212afccb
1 changed files with 2 additions and 0 deletions

View File

@ -315,6 +315,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
$('div.maxthrottle').hide();
$('div.mincommand').hide();
$('div.checkboxPwm').hide();
//disable unsyncedPWMSwitch to hide Motor PWM frequency input
$('input[id="unsyncedPWMSwitch"]').prop('checked', false).change()
$('div.digitalIdlePercent').show();
} else {