From d82c13cdf6db31e697e6eb807e500e5d9c575892 Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Thu, 29 Aug 2024 12:03:16 +0200 Subject: [PATCH] decreased serial timeout --- arduino/{ => thekenlicht}/thekenlicht.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename arduino/{ => thekenlicht}/thekenlicht.ino (97%) diff --git a/arduino/thekenlicht.ino b/arduino/thekenlicht/thekenlicht.ino similarity index 97% rename from arduino/thekenlicht.ino rename to arduino/thekenlicht/thekenlicht.ino index 51f5913..ce4d524 100644 --- a/arduino/thekenlicht.ino +++ b/arduino/thekenlicht/thekenlicht.ino @@ -16,6 +16,7 @@ void setup() pinMode(BLUE_LED, OUTPUT); Serial.begin(9600); + Serial.setTimeout(10); } char* result[3]; @@ -52,4 +53,3 @@ void loop() Serial.println(out); } } -