Parcourir la source

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

CHENJIE-PC\QiXiang_CHENJIE il y a 3 ans
Parent
commit
b6a379997a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      inc/app.h

+ 2 - 2
inc/app.h

@@ -33,8 +33,8 @@ extern "C" {
  
 #define HWVERSION		    0x0102    //硬件主版本,现为V1.2板
 #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      
 
 //--------------------------------------------------------------------------------