removed +Bat

pull/266/head
alanbjohnston 3 years ago committed by GitHub
parent 5cb8a10439
commit 51825357a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2386,7 +2386,7 @@ void read_ina219()
loadvoltage = busvoltage + (shuntvoltage / 1000);
if ((debug_mode) || (voltage_read)) {
Serial.print("+Bat (1 0x44) Voltage: ");
Serial.print("Bat (1 0x44) Voltage: ");
Serial.print(loadvoltage);
Serial.print("V Current: ");
Serial.print(current_mA);

Loading…
Cancel
Save

Powered by TurnKey Linux.