From ed34ffb1ba2091a2d8428d196b3c030f1ce8c349 Mon Sep 17 00:00:00 2001 From: Logan Lasiter Date: Wed, 11 Nov 2020 20:49:54 -0800 Subject: [PATCH] update panda in sim (#2528) --- 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 92542cf031..cb823c9a18 100755 --- a/tools/sim/bridge.py +++ b/tools/sim/bridge.py @@ -88,7 +88,7 @@ def health_function(): dat.valid = True dat.health = { 'ignitionLine': True, - 'hwType': "greyPanda", + 'hwType': "blackPanda", 'controlsAllowed': True } pm.send('health', dat)