From 5de80c74ff85b63fa361da9549bc2b5c503d6d89 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Fri, 28 Jul 2023 18:03:33 -0700 Subject: [PATCH] photo stuff --- log.capnp | 1 + services.py | 1 + 2 files changed, 2 insertions(+) diff --git a/log.capnp b/log.capnp index 0646b9e..5ff029d 100644 --- a/log.capnp +++ b/log.capnp @@ -2231,6 +2231,7 @@ struct Event { deviceState @6 :DeviceState; logMessage @18 :Text; errorLogMessage @85 :Text; + bodyStatus @123 :Int16; # navigation navInstruction @82 :NavInstruction; diff --git a/services.py b/services.py index 1ff98cf..5b85201 100755 --- a/services.py +++ b/services.py @@ -83,6 +83,7 @@ services = { # debug "uiDebug": (True, 0., 1), + "bodyStatus": (True, 0., 1), "testJoystick": (True, 0.), "roadEncodeData": (False, 20.), "driverEncodeData": (False, 20.),