update panda in sim (#2528)

old-commit-hash: ed34ffb1ba2091a2d8428d196b3c030f1ce8c349
This commit is contained in:
Logan Lasiter
2020-11-11 20:49:54 -08:00
committed by GitHub
parent 06f36e22cf
commit 9f2d368340
+1 -1
View File
@@ -88,7 +88,7 @@ def health_function():
dat.valid = True
dat.health = {
'ignitionLine': True,
'hwType': "greyPanda",
'hwType': "blackPanda",
'controlsAllowed': True
}
pm.send('health', dat)