From 8ae5c51a6515c171f3a82c9511a18d79a9e55c07 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 14 Dec 2023 16:37:40 -0800 Subject: [PATCH] deprecate gas interceptor detected (#563) --- log.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.capnp b/log.capnp index b88edae95..d5f147706 100644 --- a/log.capnp +++ b/log.capnp @@ -409,7 +409,6 @@ struct DeviceState @0xa4d8b5af2aa492eb { struct PandaState @0xa7649e2575e4591e { ignitionLine @2 :Bool; - gasInterceptorDetected @4 :Bool; rxBufferOverflow @7 :UInt32; txBufferOverflow @8 :UInt32; gmlanSendErrs @9 :UInt32; @@ -542,6 +541,7 @@ struct PandaState @0xa7649e2575e4591e { } } + gasInterceptorDetectedDEPRECATED @4 :Bool; startedSignalDetectedDEPRECATED @5 :Bool; hasGpsDEPRECATED @6 :Bool; fanSpeedRpmDEPRECATED @11 :UInt16;