Skip to content

Commit 8b27240

Browse files
committed
Run thread every 500 ms instead of every 1 second to account for increased delay due to staggered polling.
1 parent 47df148 commit 8b27240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Braccio++.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ void BraccioClass::motorConnectedThreadFunc()
370370
expander_setRed(id);
371371
}
372372
}
373-
delay(1000);
373+
delay(500);
374374
}
375375
}
376376

0 commit comments

Comments
 (0)