lower delay, keep serial.println after json, seems to work best with the python script

This commit is contained in:
Marcus 2023-08-13 04:21:19 +02:00
parent ea55ec786f
commit 7ae7e6d8e3
1 changed files with 3 additions and 3 deletions

View File

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