Browse Source

重庆测试使用,版本号为1.2.1.9,测试平台就行OTA测试

CHENJIE-PC\QiXiang_CHENJIE 3 years ago
parent
commit
b6a379997a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      inc/app.h

+ 2 - 2
inc/app.h

@@ -33,8 +33,8 @@ extern "C" {
  
  
 #define HWVERSION		    0x0102    //硬件主版本,现为V1.2板
 #define HWVERSION		    0x0102    //硬件主版本,现为V1.2板
 #define	BLSWVERSION		0x01020000    //BootLoader版本号V1.2.0.0
 #define	BLSWVERSION		0x01020000    //BootLoader版本号V1.2.0.0
-#define	DRVSWVERSION		0x01030000     //驱动层版本号V1.3.0.0
-#define	APPSWVERSION		0x01020108      
+#define	DRVSWVERSION		0x01040000     //驱动层版本号V1.4.0.0
+#define	APPSWVERSION		0x01020109      
 
 
 //--------------------------------------------------------------------------------
 //--------------------------------------------------------------------------------