comment out serial println
This commit is contained in:
parent
add94126db
commit
bd47efaf0c
1 changed files with 2 additions and 2 deletions
|
@ -249,8 +249,8 @@ void loop()
|
|||
battOverallCurrent = (battChargeCurrent - lcurrent);
|
||||
|
||||
|
||||
Serial.print("Battery Discharge Current: ");
|
||||
Serial.println(battOverallCurrent);
|
||||
//Serial.print("Battery Discharge Current: ");
|
||||
//Serial.println(battOverallCurrent);
|
||||
} else {
|
||||
rs485DataReceived = false;
|
||||
//Serial.println("Read register 0x331B failed!");
|
||||
|
|
Loading…
Reference in a new issue