From 4d4ff05456cafedefa2b2ee8ceaa8addcadef3a7 Mon Sep 17 00:00:00 2001 From: Kacklos <61699095+Kacklos@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:24:28 +0200 Subject: [PATCH] experimental reduced delay for TC --- src/Arduino_MachineControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Arduino_MachineControl.h b/src/Arduino_MachineControl.h index d7088c2..c3d8193 100644 --- a/src/Arduino_MachineControl.h +++ b/src/Arduino_MachineControl.h @@ -58,7 +58,7 @@ class RTDClass { for (int i=0; i<3; i++) { ch_sel[i] = (i == channel ? 1 : 0); } - delay(150); + delay(1); } /**