Add YH820 current usage for runtime estimation
Change-Id: If50d7e6db3077853dfba438d9765cdb3513f2910
This commit is contained in:
parent
1c095a1323
commit
e662ae4e9e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue