From 230d2a33140a17fbd6ee0766c31d56a5b2a9c33c Mon Sep 17 00:00:00 2001 From: nicolomarconi02 Date: Sun, 27 Oct 2024 12:04:44 +0100 Subject: [PATCH] fix: fixed wrong id steer status --- proto/data/steer_command.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }