Sim hw type is grey panda now

albatross
Willem Melching 2020-06-12 10:57:30 -07:00
parent 344a9a3699
commit 6810333075
1 changed files with 1 additions and 1 deletions

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)