From 933da25d86eeb9b8a91e3961694fe861905313c8 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 28 Dec 2016 20:37:01 +0100 Subject: Update version response size --- protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3