Skip to content

Commit

Permalink
Combine versions into one message
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishKittur committed Oct 11, 2024
1 parent e0a9f93 commit d7f1446
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions proto/hytech_msgs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ message DBProtoVersion
string proto_version = 1;
}

message HTProtoVersion
{
string ht_proto_version = 1;
}

message HTCanVersion
{
message Versions {
string ht_can_version = 1;
string ht_proto_version = 2;
}

message SpeedControlIn {
Expand Down

0 comments on commit d7f1446

Please sign in to comment.