From 74ecba68332f19f3df72698a3d412348ebf9379e Mon Sep 17 00:00:00 2001
From: endian11 <Dana_Lee1016@126.com>
Date: 星期五, 18 九月 2020 15:10:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into lowprecision

---
 lib/src/main/cpp/native-lib.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/src/main/cpp/native-lib.cpp b/lib/src/main/cpp/native-lib.cpp
index 07c4ada..b8e44e1 100644
--- a/lib/src/main/cpp/native-lib.cpp
+++ b/lib/src/main/cpp/native-lib.cpp
@@ -27,8 +27,8 @@
 const int RTK_PLATFORM_PORT = 12125;
 const uint8_t phone[] = {0x20,0x19,0x10,0x15,0x00,0x00,0x00,0x01};
 
-const char *VIRTUAL_RTK_IP = "192.168.16.105";
-const int VIRTUAL_RTK_PORT = 9001;
+const char *VIRTUAL_RTK_IP = "192.168.16.100";
+const int VIRTUAL_RTK_PORT = 9002;
 
 static pthread_mutex_t tts_mutex = PTHREAD_MUTEX_INITIALIZER;
 

--
Gitblit v1.8.0