Skip to content

Commit

Permalink
Bugfix for serial port logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Schmalzl committed Nov 10, 2016
1 parent 86a2fb0 commit 1f59337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sous_Viduino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ void Run()
// periodically log to serial port in csv format
if (millis() - lastLogTime > logInterval)
{
lastLogTime = millis();
Serial.print(Input);
Serial.print(",");
Serial.println(Output);
Expand Down

0 comments on commit 1f59337

Please sign in to comment.