Skip to content

Commit

Permalink
Resolved #39 - Update voltage during CHARGING
Browse files Browse the repository at this point in the history
  • Loading branch information
sm6yvr committed Jun 6, 2018
1 parent 1873a7c commit c664ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Liam/Liam.ino
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ void loop()
Mower.stop();
}

Battery.updateVoltage();
Serial.print("BAT:");
Serial.println(Battery.getVoltage());

Expand Down

0 comments on commit c664ce8

Please sign in to comment.