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.health = {
'ignitionLine': True,
'hwType': "greyPanda",
'hwType': "blackPanda",
'controlsAllowed': True
}
pm.send('health', dat)

Loading…
Cancel
Save