[6.3.0]修复雨天模式连接域控Taxi3.2.0及以上版本显示问题

This commit is contained in:
xuxinchao
2024-03-11 16:25:34 +08:00
parent aaae166d72
commit a62f126b6a
2 changed files with 9 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ internal class DebugSettingView @JvmOverloads constructor(
// 开启定时查询速度
isRunCheck = true
Timer().schedule(timerTaskRefresh, Date(), 500)
if (AppConfigInfo.isConnectAutopilot && (AppConfigInfo.plateNumber.isNullOrEmpty() || AppConfigInfo.iPCMacAddress.isNullOrEmpty())) {
if (AppConfigInfo.isConnectAutopilot && (AppConfigInfo.plateNumber.isEmpty() || AppConfigInfo.iPCMacAddress.isEmpty())) {
//查询工控机基础配置信息
CallerAutoPilotControlManager.getCarConfig()
}