Merge branch 'develop' into detect_full_charge
This commit is contained in:
commit
b210090837
47 changed files with 942 additions and 243 deletions
|
|
@ -55,8 +55,6 @@ BatteryInfo::~BatteryInfo() {
|
|||
|
||||
void BatteryInfo::Refresh() {
|
||||
|
||||
batteryController.Update();
|
||||
|
||||
batteryPercent = batteryController.PercentRemaining();
|
||||
batteryVoltage = batteryController.Voltage();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue