Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 4d4ff05

Browse files
committed
experimental reduced delay for TC
1 parent a3357da commit 4d4ff05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_MachineControl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class RTDClass {
5858
for (int i=0; i<3; i++) {
5959
ch_sel[i] = (i == channel ? 1 : 0);
6060
}
61-
delay(150);
61+
delay(1);
6262
}
6363

6464
/**

0 commit comments

Comments
 (0)