Skip to content

Commit

Permalink
Merge pull request #2296 from sensei-hacker/motor_slider_fix
Browse files Browse the repository at this point in the history
outputs.js: Update from sliders 10X per second, not 100X
  • Loading branch information
mmosca authored Jan 17, 2025
2 parents a95a1da + 7c20062 commit 487d57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/outputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ TABS.outputs.initialize = function (callback) {

buffering_set_motor = [];
buffer_delay = false;
}, 10);
}, 100);
}
});
}
Expand Down

0 comments on commit 487d57d

Please sign in to comment.