aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-12-28 21:18:34 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-12-28 21:18:34 +0100
commit507ab5532e0044aa80363a47f343665019d022ea (patch)
treefe6b819c1296aaa5777e50dfa4309832c5af74fc
parent933da25d86eeb9b8a91e3961694fe861905313c8 (diff)
Remove idetified messages
-rw-r--r--protocol.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/protocol.go b/protocol.go
index e9cf2dd..6c87c98 100644
--- a/protocol.go
+++ b/protocol.go
@@ -50,20 +50,6 @@ const (
// SDK Mode
VehicleMsgC2VSDKMode = 0x90
-
- // Unknown events
- //
- // Status Update
- // 05 3F 01 00 01 00
- // 05 3F 00 00 01 00
- //
- // Collision Detected
- // 03 4D 01 00
- // 03 4D 00 01
- //
- // Speed Update
- // 07 36 20 03 98 3A 2A 00
- // 07 36 00 00 E8 03 50 00
)
type VehicleMsg struct {