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); } } -