Skip to content

Commit

Permalink
Added bodyReserved0-2 text fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellgoffpc committed Sep 16, 2023
1 parent ff3dbaa commit 522441f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,10 @@ struct Event {
livestreamWideRoadEncodeData @121 :EncodeData;
livestreamDriverEncodeData @122 :EncodeData;

bodyReserved0 @124 :Text;
bodyReserved1 @125 :Text;
bodyReserved2 @126 :Text;

# *********** Custom: reserved for forks ***********
customReserved0 @107 :Custom.CustomReserved0;
customReserved1 @108 :Custom.CustomReserved1;
Expand Down

0 comments on commit 522441f

Please sign in to comment.