aboutsummaryrefslogtreecommitdiff
path: root/protocol.go
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.go')
-rw-r--r--protocol.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/protocol.go b/protocol.go
index 3f3c05f..0337590 100644
--- a/protocol.go
+++ b/protocol.go
@@ -1,6 +1,13 @@
package anki
const (
+ VehicleMsgMaxSize = 20
+ VehicleMsgPayloadMaxSize = 18
+ VehicleMsgBaseSize = 1
+)
+
+// Identifier for a vehicle message
+const (
// BLE Connection
VehicleMsgC2VDisconnect = 0x0d