mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 06:15:11 +03:00
chainer for motors tab
This commit is contained in:
parent
80dfe85930
commit
eb208af39d
5 changed files with 42 additions and 17 deletions
|
@ -47,7 +47,7 @@ TABS.servos.initialize = function (callback) {
|
|||
*/
|
||||
var rules = SERVO_RULES.get();
|
||||
$servoMixTableBody.find("*").remove();
|
||||
for (servoRuleIndex in rules) {
|
||||
for (var servoRuleIndex in rules) {
|
||||
if (rules.hasOwnProperty(servoRuleIndex)) {
|
||||
const servoRule = rules[servoRuleIndex];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue