1
0
mirror of https://github.com/sjlongland/cluster-powerctl.git synced 2025-09-13 12:03:14 +10:00

setpoints: Cosmetics

This commit is contained in:
Stuart Longland 2017-03-12 14:40:20 +10:00
parent 29912e0c7c
commit 5c57cd27ae
Signed by: stuartl
GPG Key ID: 4DFA191410BDE3B7

View File

@ -61,26 +61,26 @@
* Critically high battery voltage. Exceeding this voltage could damage
* the battery or the equipment downstream of it.
*/
#define VCH_MV (11800)
#define V_CH_MV (11800)
/*!
* High battery voltage. If we reach this voltage and the charger
* stops, just switch to discharge mode, consider the job done.
*/
#define VH_MV (15500)
#define V_H_MV (15500)
/*!
* Low battery voltage. If the voltage dips to or below this level, we
* should turn the charger on.
*/
#define VL_MV (12000)
#define V_L_MV (12000)
/*!
* Critically low battery voltage. If we reach this level, we need to
* urgently turn the charger on and need to be ready to switch sources
* in a hurry if the chosen source isn't charging.
*/
#define VCL_MV (11800)
#define V_CL_MV (11800)
/* --- Timeouts --- */