From fe09e4c07c6fadf09731d4009789c6e521a0c9c5 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Tue, 22 Oct 2019 15:29:38 -0700 Subject: [PATCH] distinguish between ignition_line and ignition_can --- log.capnp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/log.capnp b/log.capnp index 30e346668d0ac8..076ece56a3fe2e 100644 --- a/log.capnp +++ b/log.capnp @@ -297,7 +297,7 @@ struct HealthData { # from can health voltage @0 :UInt32; current @1 :UInt32; - started @2 :Bool; + ignitionLine @2 :Bool; controlsAllowed @3 :Bool; gasInterceptorDetected @4 :Bool; startedSignalDetectedDeprecated @5 :Bool; @@ -308,6 +308,7 @@ struct HealthData { hwType @10 :HwType; fanSpeedRpm @11 :UInt16; usbPowerMode @12 :UsbPowerMode; + ignitionCan @13 :Bool; enum HwType { unknown @0;