1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00

Fixed sliders being disabled when re-entering the motors tab with motors running.

This commit is contained in:
mikeller 2017-11-07 00:46:29 +13:00
parent f723af3b76
commit 0744bb5928

View file

@ -531,7 +531,7 @@ TABS.motors.initialize = function (callback) {
if (motors_running) { if (motors_running) {
if (!self.armed) { if (!self.armed) {
$('#motorsEnableTestMode').prop('checked', true); $('#motorsEnableTestMode').prop('checked', true).change();
} }
// motors are running adjust sliders to current values // motors are running adjust sliders to current values