Sim hw type is grey panda now

pull/1688/head
Willem Melching 5 years ago
parent 344a9a3699
commit 6810333075
  1. 2
      tools/sim/bridge.py

@ -60,7 +60,7 @@ def health_function():
dat.valid = True dat.valid = True
dat.health = { dat.health = {
'ignitionLine': True, 'ignitionLine': True,
'hwType': "whitePanda", 'hwType': "greyPanda",
'controlsAllowed': True 'controlsAllowed': True
} }
pm.send('health', dat) pm.send('health', dat)

Loading…
Cancel
Save