esperar al final del loop
This commit is contained in:
parent
dca7f9e7dd
commit
a58cb67017
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,6 @@ void setup() {
|
|||
|
||||
void loop() {
|
||||
|
||||
delay(1000);
|
||||
|
||||
if ( Serial.available() > 0) {
|
||||
inQuery = Serial.read();
|
||||
|
||||
|
@ -46,4 +44,5 @@ void loop() {
|
|||
}
|
||||
}
|
||||
|
||||
delay(1000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue