This commit is contained in:
lixiaopeng
2022-10-27 20:18:18 +08:00
parent 9c6e50b5bf
commit 076fdc7cae
3 changed files with 848 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ class MogoPrivateObuNewManager private constructor() {
ttsContent = EventTypeEnum.getWarningTts(appId)
}
// 前方拥堵提醒
// 前方拥堵提醒 TODO
EventTypeEnum.TYPE_USECASE_ID_TJW.poiType -> {
ttsContent = EventTypeEnum.getWarningTts(appId)
alertContent = if (data.warning_Msg[0].distance.toInt() != 0) {