mirror of https://github.com/commaai/cereal.git
photo stuff
This commit is contained in:
parent
a9082c8268
commit
5de80c74ff
|
@ -2231,6 +2231,7 @@ struct Event {
|
|||
deviceState @6 :DeviceState;
|
||||
logMessage @18 :Text;
|
||||
errorLogMessage @85 :Text;
|
||||
bodyStatus @123 :Int16;
|
||||
|
||||
# navigation
|
||||
navInstruction @82 :NavInstruction;
|
||||
|
|
|
@ -83,6 +83,7 @@ services = {
|
|||
|
||||
# debug
|
||||
"uiDebug": (True, 0., 1),
|
||||
"bodyStatus": (True, 0., 1),
|
||||
"testJoystick": (True, 0.),
|
||||
"roadEncodeData": (False, 20.),
|
||||
"driverEncodeData": (False, 20.),
|
||||
|
|
Loading…
Reference in New Issue