aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-12-28 20:37:01 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-12-28 20:37:01 +0100
commit933da25d86eeb9b8a91e3961694fe861905313c8 (patch)
treef2d797e0a5d64a64090995917876bb137b34636a
parenta43a207efa4188961730bc673b941e73d5e6ea97 (diff)
Update version response size
-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 {