aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.go b/protocol.go
index 206e209..e9cf2dd 100644
--- a/protocol.go
+++ b/protocol.go
@@ -75,7 +75,7 @@ type VehicleMsg struct {
type VehicleMsgVersionResponse struct {
Size uint8
MsgID uint8
- Version uint16 // uint32 ?
+ Version uint32
}
type VehicleBatteryLevelResponse struct {