Merge branch 'dev_robotaxi-d-app-module_251_220125_2.5.1' into dev_MogoAP_eagle-220_211207_8.0.17_merge

This commit is contained in:
donghongyu
2022-02-17 16:22:28 +08:00
3 changed files with 7 additions and 6 deletions

View File

@@ -336,11 +336,11 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
*/
switch (FunctionBuildConfig.appIdentityMode) {
// 司机身份专属模块
case 0:
case 0x00:
// 地图数据收集模块
MogoModulePaths.addModuleFunctionServer(new MogoModule(MogoServicePaths.PATH_MAP_DATA_COLLECT_PROVIDER, "MoGoMapDataCollector"));
break;
case 1:
case 0x01:
break;
default: