summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index e7486635d0..5648e52dab 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -95,6 +95,9 @@ static const int percent_to_volt_decharge[11] =
95#if CONFIG_BATTERY == BATT_LIION2200 95#if CONFIG_BATTERY == BATT_LIION2200
96 /* measured values */ 96 /* measured values */
97 260, 285, 295, 303, 311, 320, 330, 345, 360, 380, 400 97 260, 285, 295, 303, 311, 320, 330, 345, 360, 380, 400
98#elif CONFIG_BATTERY == BATT_3AAA_ALKALINE
99 /* taken from a textbook alkaline discharge graph, not measured */
100 270, 303, 324, 336, 348, 357, 366, 378, 390, 408, 450
98#else /* NiMH */ 101#else /* NiMH */
99 /* original values were taken directly after charging, but it should show 102 /* original values were taken directly after charging, but it should show
100 100% after turning off the device for some hours, too */ 103 100% after turning off the device for some hours, too */