Tune high-voltage charge time and reset voltage

This commit is contained in:
Thomas Kolb 2021-09-19 14:07:26 +02:00
parent 6ff8918e62
commit 6920c548e9
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@
#define U_BAT_INITIAL_FULL 28600 // stop charging if battery voltage reaches this threshold
/* Cancel initial charge voltage hold below this battery voltage (in mV). */
#define U_BAT_INITIAL_HOLD_CANCEL 28000
#define U_BAT_INITIAL_HOLD_CANCEL 27000
/* Transition to floating voltage levels after this time (in ms). */
#define INITIAL_CHARGE_HOLD_TIME 3600000
#define INITIAL_CHARGE_HOLD_TIME 1800000
/* Duration of the transistion from initial charging to float (in ms). */
#define INITIAL_TO_FLOAT_TRANSITION_TIME 600000