This commit is contained in:
yangjingjing
2020-09-21 11:14:13 +08:00
parent 77741092cd
commit a60089b632

View File

@@ -14,7 +14,7 @@ class HualiObu : BaseObu(),IUdpSocketCallback {
private val socketManager = UdpSocketManager(this)
companion object{
const val TAG = "HualiObu"
const val IP_ADDRESS = "172.30.33.38"
const val IP_ADDRESS = "172.30.31.44"
const val PORT = 10005
}
override fun init() {