|
|
@@ -15,9 +15,9 @@
|
|
|
#define SIGLE_CELL_LOWER_DISCHARGER_VOLTAGE (1820) //最小允许的电芯放电电压 1.8v, 考虑到采样的误差取 1.82
|
|
|
#endif
|
|
|
|
|
|
-static int8_t charger_normal_low_temp[PACK_TEMPS_NUM] = {0,0,0,-5}; //正常的充电最低温度
|
|
|
+static int8_t charger_normal_low_temp[PACK_TEMPS_NUM] = {-5,-5,-5}; //正常的充电最低温度
|
|
|
static int8_t charger_normal_high_temp[PACK_TEMPS_NUM] = {50,50,50,75}; //正常的充电最高温度
|
|
|
-static int8_t charger_lower_low_temp[PACK_TEMPS_NUM] = {-1,-1,-1,-6}; //需要停止充电的最低温度
|
|
|
+static int8_t charger_lower_low_temp[PACK_TEMPS_NUM] = {-10,-10,-10}; //需要停止充电的最低温度
|
|
|
static int8_t charger_higher_high_temp[PACK_TEMPS_NUM] = {55,55,55,85}; //需要停止充电的最高温度
|
|
|
|
|
|
static int8_t discharger_normal_low_temp[PACK_TEMPS_NUM] = {-20,-20,-20,-25};//正常的放电最低温度
|