[2.13.0] fix bug of traffic type enmu and update func of vip

This commit is contained in:
zhongchao
2022-11-29 20:02:39 +08:00
parent 96585e089e
commit d1e7a80119
5 changed files with 33 additions and 15 deletions

View File

@@ -318,7 +318,8 @@ class MoGoAdasListenerImpl : OnAdasListener {
header: MessagePad.Header,
carConfigResp: MessagePad.CarConfigResp?
) {
if (/*HdMapBuildConfig.isMapLoaded &&*/ carConfigResp != null) {
if (carConfigResp != null) {
//todo emArrow startUp时确认数据完整性
AppConfigInfo.plateNumber = carConfigResp.plateNumber//车牌号
AppConfigInfo.iPCMacAddress = carConfigResp.macAddress//工控机MAC地址
AppConfigInfo.protocolVersionNumber = carConfigResp.protocolVersionValue//工控机协议版本