We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28bb67 commit 8d87098Copy full SHA for 8d87098
src/main/java/com/neuronrobotics/sdk/pid/VirtualGenericPIDDevice.java
@@ -33,7 +33,7 @@ public class VirtualGenericPIDDevice extends GenericPIDDevice implements IHardwa
33
34
/** The sync. */
35
private SyncThread sync = new SyncThread();
36
- private boolean runSync =false;
+ private boolean runSync =true;
37
38
/** The max ticks per second. */
39
private double maxTicksPerSecond;
0 commit comments