Add YH820 current usage for runtime estimation

Change-Id: If50d7e6db3077853dfba438d9765cdb3513f2910
This commit is contained in:
Sebastian Leonhardt 2016-05-02 23:46:37 +02:00 committed by Solomon Peachy
parent 1c095a1323
commit e662ae4e9e

View file

@ -143,6 +143,13 @@
#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
/* define current usage levels */
#define CURRENT_NORMAL 90 /* All values are estimations from my battery */
#define CURRENT_BACKLIGHT 50 /* benches and may need some tuning */
#if defined(HAVE_RECORDING)
#define CURRENT_RECORD 5
#endif
/* Hardware controlled charging */
#define CONFIG_CHARGING CHARGING_SIMPLE