A、修复点云乘客端docker版本获取失败的情况

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-09-13 20:37:09 +08:00
parent d9e8b63a37
commit b4bf35a192
4 changed files with 9 additions and 14 deletions

View File

@@ -33,6 +33,9 @@ object AppConfigInfo {
//工控机MAC地址
@Volatile
var iPCMacAddress: String? = null
//工控机DockerVersion
@Volatile
var dockerVersion: String? = null
//工控机协议版本
var protocolVersionNumber: Int = 0