decreased serial timeout
This commit is contained in:
parent
500ef0ed5a
commit
d82c13cdf6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue