Explorar el Código

Revert "韩国低温充电"

This reverts commit 067b750fb9520769b5ffb02126367cf002e253bb.
huhui hace 3 años
padre
commit
8871bfacd3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Application/app/sox/health.c

+ 2 - 2
Application/app/sox/health.c

@@ -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] = {-5,-5,-5}; //正常的充电最低温度
+static int8_t charger_normal_low_temp[PACK_TEMPS_NUM] = {0,0,0,-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] = {-10,-10,-10}; //需要停止充电的最低温度
+static int8_t charger_lower_low_temp[PACK_TEMPS_NUM] = {-1,-1,-1,-6}; //需要停止充电的最低温度
 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};//正常的放电最低温度