Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb589aac authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "healthd: Add handling for "Calibration required" battery health." into main

parents d1d9b0ef 629a26b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -220,6 +220,7 @@ BatteryHealth getBatteryHealth(const char* status) {
            {"Warm", BatteryHealth::GOOD},
            {"Cool", BatteryHealth::GOOD},
            {"Hot", BatteryHealth::OVERHEAT},
            {"Calibration required", BatteryHealth::INCONSISTENT},
            {NULL, BatteryHealth::UNKNOWN},
    };