Fix steppers connection. #13

This commit is contained in:
osiu97
2026-07-10 18:40:42 +02:00
parent dd8f6b2277
commit a1d93c747b
9 changed files with 61 additions and 58 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
*/
const DEFAULTS = {
speed: 600,
accel: 100,
speed: 800,
accel: 400,
delay: 2500
};