Add battery calibration for Sony NWZ A10.

This commit is contained in:
Michael Giacomelli 2018-04-20 20:14:14 +01:00
parent 22823e2f78
commit 56803c80d0

View file

@ -35,7 +35,7 @@ const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] =
/* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */
const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
{
{ 3450, 3502, 3550, 3587, 3623, 3669, 3742, 3836, 3926, 4026, 4200 }
{ 3450, 3698, 3746, 3781, 3792, 3827, 3882, 3934, 3994, 4060, 4180 }
};
/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */