Skip to content

Commit 97212af

Browse files
committed
Hide Motor PWM Speed Separated from PID Speed when DSHOT selected
1 parent ce4ed0b commit 97212af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tabs/configuration.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
315315
$('div.maxthrottle').hide();
316316
$('div.mincommand').hide();
317317
$('div.checkboxPwm').hide();
318+
//disable unsyncedPWMSwitch to hide Motor PWM frequency input
319+
$('input[id="unsyncedPWMSwitch"]').prop('checked', false).change()
318320

319321
$('div.digitalIdlePercent').show();
320322
} else {

0 commit comments

Comments
 (0)