diff --git a/proto/data/steer_command.proto b/proto/data/steer_command.proto index 356dab6..fcdbc19 100644 --- a/proto/data/steer_command.proto +++ b/proto/data/steer_command.proto @@ -12,5 +12,5 @@ enum Status { steer_status_enabled = 1; } message SteerStatus{ - Status status = 0; + Status status = 1; }