From 6810333075694c9c72d3c689f05462f6e6565e88 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Fri, 12 Jun 2020 10:57:30 -0700 Subject: [PATCH] Sim hw type is grey panda now --- tools/sim/bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sim/bridge.py b/tools/sim/bridge.py index 9ffdc8c827..88ab3f9742 100755 --- a/tools/sim/bridge.py +++ b/tools/sim/bridge.py @@ -60,7 +60,7 @@ def health_function(): dat.valid = True dat.health = { 'ignitionLine': True, - 'hwType': "whitePanda", + 'hwType': "greyPanda", 'controlsAllowed': True } pm.send('health', dat)