Merge pull request #580 from Riksu9000/timer_battery_reading
Make battery reading periodic
This commit is contained in:
@@ -55,8 +55,6 @@ BatteryInfo::~BatteryInfo() {
|
||||
|
||||
void BatteryInfo::Refresh() {
|
||||
|
||||
batteryController.Update();
|
||||
|
||||
batteryPercent = batteryController.PercentRemaining();
|
||||
batteryVoltage = batteryController.Voltage();
|
||||
|
||||
|
Reference in New Issue
Block a user