update panda in sim (#2528)

This commit is contained in:
Logan Lasiter
2020-11-11 20:49:54 -08:00
committed by GitHub
parent a991e8af9c
commit ed34ffb1ba
+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)