summaryrefslogtreecommitdiff
path: root/firmware/export/config/samsungyh820.h
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2014-05-27 18:07:07 +0200
committerSzymon Dziok <b0hoon@o2.pl>2014-07-27 12:09:36 +0200
commit7e778c5f49eee3a3e12722e1fe68a19cc3818b59 (patch)
tree166b84e5ad8b0e00b77162917db3dc171bfa0081 /firmware/export/config/samsungyh820.h
parent6bbfb35560d440e21bdd73728d43a75b6b4de6fd (diff)
downloadrockbox-7e778c5f49eee3a3e12722e1fe68a19cc3818b59.tar.gz
rockbox-7e778c5f49eee3a3e12722e1fe68a19cc3818b59.zip
Samsung YH-820: enable battery monitoring
The "percent_to_volt_charge" values are quite arbitrary and may need some more tweaking. Change-Id: I9f177d46681030d615fe2c2e78cf9bd2dde026af Reviewed-on: http://gerrit.rockbox.org/824 Reviewed-by: Szymon Dziok <b0hoon@o2.pl> Tested: Szymon Dziok <b0hoon@o2.pl>
Diffstat (limited to 'firmware/export/config/samsungyh820.h')
-rw-r--r--firmware/export/config/samsungyh820.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h
index 516b010e96..08bba1a910 100644
--- a/firmware/export/config/samsungyh820.h
+++ b/firmware/export/config/samsungyh820.h
@@ -125,9 +125,9 @@
125 125
126#define AB_REPEAT_ENABLE 126#define AB_REPEAT_ENABLE
127 127
128#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ 128#define BATTERY_CAPACITY_DEFAULT 650 /* default battery capacity */
129#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 129#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
130#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 130#define BATTERY_CAPACITY_MAX 800 /* max. capacity selectable */
131#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 131#define BATTERY_CAPACITY_INC 50 /* capacity increment */
132#define BATTERY_TYPES_COUNT 1 /* only one type */ 132#define BATTERY_TYPES_COUNT 1 /* only one type */
133 133