diff --git a/src/js/tabs/motors.js b/src/js/tabs/motors.js index 48d8c3886b..f98294be6b 100644 --- a/src/js/tabs/motors.js +++ b/src/js/tabs/motors.js @@ -408,9 +408,7 @@ motors.initialize = async function (callback) { } } //if every item in the motor array (current size limit: 8) is populated, we have that many motors - if(FC.MOTOR_DATA[FC.MOTOR_DATA.length-1]!=0){ - self.numberOfValidOutputs = FC.MOTOR_DATA.length; - } + self.numberOfValidOutputs = FC.MOTOR_DATA.length; }); }