From 734b7d60ba89a5e615427e71f40aba4f9e1152d3 Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Wed, 1 Mar 2023 15:37:13 +0800 Subject: [PATCH] =?UTF-8?q?[opt3.0]=E6=B8=85=E6=89=AB=E8=BD=A6=E6=94=BE?= =?UTF-8?q?=E5=BC=80=E6=A1=A3=E4=BD=8D=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/productFlavors/fPadLenovoOchSweeper.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/productFlavors/fPadLenovoOchSweeper.gradle b/app/productFlavors/fPadLenovoOchSweeper.gradle index 8361d529f8..54d673fcdc 100644 --- a/app/productFlavors/fPadLenovoOchSweeper.gradle +++ b/app/productFlavors/fPadLenovoOchSweeper.gradle @@ -48,6 +48,6 @@ project.android.productFlavors { buildConfigField 'boolean', 'IS_MULTI_DISPLAY', 'false' //清扫车不能启动自驾的档位 - buildConfigField 'java.util.Set', 'UNABLE_LAUNCH_AUTOPILOT_GEAR', 'new java.util.HashSet(){{add(chassis.Chassis.GearPosition.GEAR_N);}}' + buildConfigField 'java.util.Set', 'UNABLE_LAUNCH_AUTOPILOT_GEAR', 'null' } } \ No newline at end of file