From 5ffacb58aee5d598d8bbcf6d8be3927f823f4985 Mon Sep 17 00:00:00 2001 From: dragonpilot Date: Thu, 5 Sep 2019 15:33:12 +1000 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=20GreyPandaMode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/params.py | 1 + selfdrive/dragonpilot/dragonconf/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/common/params.py b/common/params.py index 776e3b337..431b34735 100755 --- a/common/params.py +++ b/common/params.py @@ -118,6 +118,7 @@ keys = { "DragonSteeringMonitorTimer": [TxType.PERSISTENT], "DragonCameraOffset": [TxType.PERSISTENT], "DragonUIVolumeBoost": [TxType.PERSISTENT], + "DragonGreyPandaMode": [TxType.PERSISTENT], } diff --git a/selfdrive/dragonpilot/dragonconf/__init__.py b/selfdrive/dragonpilot/dragonconf/__init__.py index b8efbd4a2..b6bd59ac5 100644 --- a/selfdrive/dragonpilot/dragonconf/__init__.py +++ b/selfdrive/dragonpilot/dragonconf/__init__.py @@ -38,6 +38,7 @@ default_conf = { 'DragonSteeringMonitorTimer': '3', 'DragonCameraOffset': '6', 'DragonUIVolumeBoost': '0', + 'DragonGreyPandaMode': '0', } deprecated_conf = {