Skip to content

Commit 487d57d

Browse files
authored
Merge pull request #2296 from sensei-hacker/motor_slider_fix
outputs.js: Update from sliders 10X per second, not 100X
2 parents a95a1da + 7c20062 commit 487d57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/outputs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ TABS.outputs.initialize = function (callback) {
570570

571571
buffering_set_motor = [];
572572
buffer_delay = false;
573-
}, 10);
573+
}, 100);
574574
}
575575
});
576576
}

0 commit comments

Comments
 (0)