调试窗修改

域控制器下增加连接端口号显示
This commit is contained in:
xuxinchao
2022-04-06 17:10:10 +08:00
parent 403da38aeb
commit 4f7cf8608e
3 changed files with 12 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ class AutopilotStatusInfo : Serializable {
* 当前链接的IP地址, 默认地址 192.168.1.102
*/
var connectIP: String? = null
/**
* 当前连接的IP端口号默认4110
*/
var connectPort: Int = 4110
var connectStatus = false
var version: String? = null