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)