Browse Source

1.修改为测试平台IP,
2.版本修改为1215

CHENJIE-PC\QiXiang_CHENJIE 4 years ago
parent
commit
0204c17fbd
2 changed files with 5 additions and 5 deletions
  1. 4 4
      inc/TcpTask.h
  2. 1 1
      inc/app.h

+ 4 - 4
inc/TcpTask.h

@@ -19,11 +19,11 @@ extern UINT32 TcpService;
 #define APP_EVENT_QUEUE_SIZE    (10)
 
 
-#define QX_TCP_IPADRRES				"47.97.127.222"
-#define QX_TCP_PORT					8712
-/*---------------测试IP地址-----------------------------------*/
-// #define QX_TCP_IPADRRES				"39.103.177.126"
+// #define QX_TCP_IPADRRES				"47.97.127.222"
 // #define QX_TCP_PORT					8712
+/*---------------测试IP地址-----------------------------------*/
+#define QX_TCP_IPADRRES				"39.103.177.126"
+#define QX_TCP_PORT					8712
 // #define QX_TCP_IPADRRES				"120.26.68.165"
 // #define QX_TCP_PORT					14319
 /*---------------测试IP地址END-----------------------------------*/

+ 1 - 1
inc/app.h

@@ -34,7 +34,7 @@ extern "C" {
 #define HWVERSION		    0x0102    //硬件主版本,现为V1.2板
 #define	BLSWVERSION		0x01020000    //BootLoader版本号V1.2.0.0
 #define	DRVSWVERSION		0x01030000     //驱动层版本号V1.3.0.0
-#define	APPSWVERSION		0x01020104      
+#define	APPSWVERSION		0x01020105      
 
 //--------------------------------------------------------------------------------