Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29282 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-02-11 15:58:39 +00:00
parent 4421cfedf0
commit 5ead6a6056

View file

@ -43,6 +43,6 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
/* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ /* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */
const unsigned short percent_to_volt_charge[11] = const unsigned short percent_to_volt_charge[11] =
{ {
/* Sansa Li Ion 750mAH FIXME */ /* Sansa Li Ion 750mAH */
3300, 3680, 3740, 3760, 3780, 3810, 3870, 3930, 3970, 4070, 4160 3700, 3900, 3950, 3985, 4030, 4095, 4150, 4173, 4185, 4195, 4200
}; };