|
@@ -51,8 +51,8 @@
|
|
|
#define STORE_SCREEN_LIGHT "screen_light"
|
|
|
#define SIGNAL_TYPE "TCP" //TCP,SIP
|
|
|
|
|
|
-static std::string version = "v1.0.26";
|
|
|
-static int versionNo = 26;
|
|
|
+static std::string version = "v1.0.27";
|
|
|
+static int versionNo = 27;
|
|
|
static std::string serverIP = "172.28.100.100";
|
|
|
static std::string tcpIP = "172.28.100.100";
|
|
|
static int serverHttpPort = 8006;
|