Merge branch 'develop' into detect_full_charge
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