Browse Source

平峰正式版本程序V0.0.1.0

LAPTOP-KB7QFH2U\ChenJie-PC 2 years ago
parent
commit
5386732d96
2 changed files with 6 additions and 6 deletions
  1. 5 5
      src/AppGlobalVar.c
  2. 1 1
      src/AppGlobalVar.h

+ 5 - 5
src/AppGlobalVar.c

@@ -42,14 +42,14 @@ sint8 SocketId = -1;//
 sint8 RegChkRet = 0;//פÍø״̬
 char WebSiteIp[20] = {0};
 uint8 TcpWorkState = 0;
-//const char WebSiteName[] = "\"iotp.fast-fun.cn\"";
-//uint16 WebSitePort = 8712;
-const char WebSiteName[] = "\"nas.fast-fun.cn\"";
-uint16 WebSitePort = 8812;
+const char WebSiteName[] = "\"iotp.fast-fun.cn\"";
+uint16 WebSitePort = 8712;
+//const char WebSiteName[] = "\"nas.fast-fun.cn\"";
+//uint16 WebSitePort = 8812;
 
 #define EEP_START_SEC_VAR_INIT_8_NO_CACHEABLE
 #include "Eep_MemMap.h"
-AppConfigBody AppConfigInfo={false,true,{defaultSn},{0}};
+AppConfigBody AppConfigInfo={false,false,{defaultSn},{0}};
 #define EEP_STOP_SEC_VAR_INIT_8_NO_CACHEABLE
 #include "Eep_MemMap.h"
 

+ 1 - 1
src/AppGlobalVar.h

@@ -26,7 +26,7 @@
 #define HWVERSION 0x0001
 #define BLSWVERSION 0x00000002
 #define DRVSWVERSION 0x00000004
-#define APPSWVERSION 0x00000008
+#define APPSWVERSION 0x00000100
 #define BMS_MANUFACTURE 0xFF
 #define BMS_INFO 0xFF
 #define DATA_MODULE_TYPE 0x02