Browse Source

版本号为:2.1.0.1,修改了2.1.0.0的放电过程中休眠的bug

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

+ 1 - 1
inc/app.h

@@ -45,7 +45,7 @@ extern "C" {
 #define	BLSWVERSION		0x01020000    //BootLoader版本号V1.2.0.0
 #define	DRVSWVERSION		0x01050000     //驱动层版本号V1.4.0.0  驱动层1.5.0.0,增加了三轴
 //#define	APPSWVERSION		0x01020208     
-#define	APPSWVERSION		0x02010000
+#define	APPSWVERSION		0x02010001
 //--------------------------------------------------------------------------------
 
 #define APP_CONFIG_FILE_LATEST_VERSION 0

+ 1 - 1
src/MainTask.c

@@ -236,7 +236,7 @@ static void MainTask(void* arg)
                     }
                     i++;   
                 }
-                if(TcpService!=0x00||UDSSwitch==1||BMS_Fota_update_flag)
+                if(TcpService!=0x00||UDSSwitch==1||BMS_Fota_update_flag||battWorkState!=0)
                 {
                     xTimerReset(work_timer,0);
                 }