Browse Source

V2.3.0.41 初始值修改

CHENJIE-PC\QiXiang_CHENJIE 3 years ago
parent
commit
32c9efec27
2 changed files with 2 additions and 2 deletions
  1. 1 1
      inc/app.h
  2. 1 1
      src/Signal.c

+ 1 - 1
inc/app.h

@@ -51,7 +51,7 @@ extern "C" {
 #define	BLSWVERSION		0x01020000    //BootLoader版本号V1.2.0.0
 #define	DRVSWVERSION		0x01050000     //驱动层版本号V1.4.0.0  驱动层1.5.0.0,增加了三轴
 //#define	APPSWVERSION		0x01020209     
-#define	APPSWVERSION		0x02030028
+#define	APPSWVERSION		0x02030029
 //#define	APPSWVERSION		0x0201000E
 //--------------------------------------------------------------------------------
 

+ 1 - 1
src/Signal.c

@@ -46,7 +46,7 @@ UINT8	maxCellTemp = 0xFF;
 UINT8	minCellTemp = 0xFF;
 UINT8	battSOC = 0xFF;
 UINT8	battSOH = 0xFF;
-UINT8	battWorkState = 0xFF;
+UINT8	battWorkState = 0x00;
 UINT8	bmsSwVersion = 0xFF;
 UINT8	bmsHwVersion = 0xFF;
 UINT8	battMOSSwitchState = 0xFF;