From 97ae82c8c59181a19f5864806d8cffbe386fe707 Mon Sep 17 00:00:00 2001 From: Alexander Richter Date: Sun, 7 May 2023 20:26:54 +0200 Subject: [PATCH] fixed Bug --- LinuxCNC_ArduinoConnector.ino | 6 ------ 1 file changed, 6 deletions(-) diff --git a/LinuxCNC_ArduinoConnector.ino b/LinuxCNC_ArduinoConnector.ino index ff90045..b01ec11 100644 --- a/LinuxCNC_ArduinoConnector.ino +++ b/LinuxCNC_ArduinoConnector.ino @@ -226,12 +226,6 @@ int lastKey= 0; //#define DEBUG - - -//###Misc Settings### -const int timeout = 10000; // timeout after 10 sec not receiving Stuff -const int debounceDelay = 50; - //####################################### END OF CONFIG ########################### //###Misc Settings###