From 623b4aca1392637ae212ef8f2620475dc47fbee7 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 28 Dec 2016 01:31:15 +0100 Subject: Send some messages --- protocol.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocol.go') diff --git a/protocol.go b/protocol.go index 4e488b2..9d12393 100644 --- a/protocol.go +++ b/protocol.go @@ -61,7 +61,7 @@ type VehicleMsg struct { type VehicleMsgVersionResponse struct { Size uint8 MsgID uint8 - Version uint16 + Version uint16 // uint32 ? } type VehicleBatteryLevelResponse struct { @@ -174,7 +174,7 @@ type VehicleLocalizationPositionUpdate struct { // VehicleDrivingDirection const ( - Forward = iota + Forward uint8 = iota Reverse ) -- cgit v1.2.3