Skip to content

Commit

Permalink
Merge branch 'master' into PA-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Edison-CBS committed May 19, 2024
2 parents 620e3e4 + 0a9b426 commit 882cdb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
locationdPermanentError @118;
paramsdTemporaryError @50;
paramsdPermanentError @119;
actuatorsApiUnavailable @120;

radarCanErrorDEPRECATED @15;
communityFeatureDisallowedDEPRECATED @62;
Expand Down
7 changes: 7 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ struct Thumbnail {
frameId @0 :UInt32;
timestampEof @1 :UInt64;
thumbnail @2 :Data;
encoding @3 :Encoding;

enum Encoding {
unknown @0;
jpeg @1;
keyframe @2;
}
}

struct GPSNMEAData {
Expand Down

0 comments on commit 882cdb7

Please sign in to comment.