Merge branch 'develop' into detect_full_charge

This commit is contained in:
Riku Isokoski
2021-09-22 12:03:41 +03:00
47 changed files with 942 additions and 243 deletions

View File

@@ -55,8 +55,6 @@ BatteryInfo::~BatteryInfo() {
void BatteryInfo::Refresh() {
batteryController.Update();
batteryPercent = batteryController.PercentRemaining();
batteryVoltage = batteryController.Voltage();