Skip to content

Commit a9b4f92

Browse files
committed
Do not wait for all motors to be connected.
1 parent 9d5bd76 commit a9b4f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Tools/Factory_Set_Initial_Servo_Position/Factory_Set_Initial_Servo_Position.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void setup()
112112
Serial.begin(115200);
113113
while(!Serial) { }
114114

115-
if (!Braccio.begin()) {
115+
if (!Braccio.begin(nullptr, false)) {
116116
Serial.println("Braccio.begin() failed.");
117117
for(;;) { }
118118
}

0 commit comments

Comments
 (0)