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)