Skip to content

Commit

Permalink
Changed newline line endings for newline + carriage return line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
pb66 committed Feb 13, 2017
1 parent 214c899 commit 7262e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/emonTxV3_4_3Phase_Voltage.ino
Expand Up @@ -491,7 +491,7 @@ void loop()
Serial.print(emontx.temp[j]);
}
}
Serial.print("\n");
Serial.println();

#endif // if defined SERIALOUT && !defined EMONESP

Expand Down Expand Up @@ -547,7 +547,7 @@ void loop()
Serial.print(' ');
}
}
Serial.print("\n");
Serial.println();

if (pulses) // if the ISR has counted some pulses, update the total count
{
Expand Down Expand Up @@ -887,4 +887,4 @@ void onPulse()
pulses++;
}

#endif
#endif

0 comments on commit 7262e96

Please sign in to comment.