diff --git a/src/emonTxV3_4_3Phase_Voltage.ino b/src/emonTxV3_4_3Phase_Voltage.ino index f472584..80843d1 100644 --- a/src/emonTxV3_4_3Phase_Voltage.ino +++ b/src/emonTxV3_4_3Phase_Voltage.ino @@ -491,7 +491,7 @@ void loop() Serial.print(emontx.temp[j]); } } - Serial.print("\n"); + Serial.println(); #endif // if defined SERIALOUT && !defined EMONESP @@ -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 { @@ -887,4 +887,4 @@ void onPulse() pulses++; } -#endif \ No newline at end of file +#endif