mirror of https://github.com/commaai/openpilot.git
fix simulator device config (#31827)
fix sim
old-commit-hash: 1db30eae3a
This commit is contained in:
parent
04cff2aeb4
commit
f2533f20cd
|
@ -47,6 +47,9 @@ DEVICE_CAMERAS = {
|
|||
# before deviceState.deviceType was set, assume tici AR config
|
||||
("unknown", "ar0231"): ar_ox_config,
|
||||
("unknown", "ox03c10"): ar_ox_config,
|
||||
|
||||
# simulator (emulates a tici)
|
||||
("pc", "unknown"): ar_ox_config,
|
||||
}
|
||||
prods = itertools.product(('tici', 'tizi', 'mici'), (('ar0231', ar_ox_config), ('ox03c10', ar_ox_config), ('os04c10', os_config)))
|
||||
DEVICE_CAMERAS.update({(d, c[0]): c[1] for d, c in prods})
|
||||
|
|
Loading…
Reference in New Issue