Skip to content

Commit

Permalink
deprecate gas interceptor detected (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Dec 15, 2023
1 parent d11688a commit 8ae5c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -542,6 +541,7 @@ struct PandaState @0xa7649e2575e4591e {
}
}

gasInterceptorDetectedDEPRECATED @4 :Bool;
startedSignalDetectedDEPRECATED @5 :Bool;
hasGpsDEPRECATED @6 :Bool;
fanSpeedRpmDEPRECATED @11 :UInt16;
Expand Down

0 comments on commit 8ae5c51

Please sign in to comment.