lower delay, keep serial.println after json, seems to work best with the python script
This commit is contained in:
parent
ea55ec786f
commit
7ae7e6d8e3
1 changed files with 3 additions and 3 deletions
|
@ -243,10 +243,10 @@ void loop()
|
|||
}
|
||||
|
||||
serializeJson(jsonOut, Serial);
|
||||
//Serial.println();
|
||||
Serial.println();
|
||||
//Serial.write( '\r' ); // Carriage Return
|
||||
Serial.write( '\n' ); // EOL
|
||||
delay(5000);
|
||||
//Serial.write( '\n' ); // EOL
|
||||
delay(3000);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue