Skip to content

Commit db449eb

Browse files
committed
fix Metal.ino
1 parent e372eef commit db449eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Metal/Metal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ void setup() {
88

99
uArm.setup();
1010
Serial.println("[READY]");
11-
uArm.moveTo(0, 150, 50, 10);
11+
uArm.moveTo(0, 150, 150, 10);
1212

1313

1414
}

0 commit comments

Comments
 (0)