update panda in sim (#2528)

pull/2530/head
Logan Lasiter 5 years ago committed by GitHub
parent a991e8af9c
commit ed34ffb1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/sim/bridge.py

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

Loading…
Cancel
Save