Sim hw type is grey panda now

old-commit-hash: 6810333075694c9c72d3c689f05462f6e6565e88
This commit is contained in:
Willem Melching
2020-06-12 10:57:30 -07:00
parent 5d069eb8c3
commit 94893781ed
+1 -1
View File
@@ -60,7 +60,7 @@ def health_function():
dat.valid = True
dat.health = {
'ignitionLine': True,
'hwType': "whitePanda",
'hwType': "greyPanda",
'controlsAllowed': True
}
pm.send('health', dat)