diff --git a/tools/sim/bridge.py b/tools/sim/bridge.py index 9ffdc8c82..88ab3f974 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)