From 609c92c30baafa6e8f52459047a4d1c7ce2bc3ce Mon Sep 17 00:00:00 2001 From: Lex Nastin Date: Tue, 12 Mar 2024 17:43:08 +0000 Subject: [PATCH] Fix protocol typo There's a typo in proto.md where it breaks down what needs to be sent to the car --- pkg/protocol/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/protocol/protocol.md b/pkg/protocol/protocol.md index e9c8b3f..7937643 100644 --- a/pkg/protocol/protocol.md +++ b/pkg/protocol/protocol.md @@ -617,7 +617,7 @@ field of AES-GCM. | `Signatures.TAG_PERSONALIZATION`| `5YJ30123456789ABC` | 02 11 35594a3330313233343536373839414243 | | `Signatures.TAG_EPOCH` | `session_info.epoch` | 03 10 4c463f9cc0d3d26906e982ed224adde6 | | `Signatures.TAG_EXPIRES_AT` | `t=2655` seconds | 04 04 00000a5f | -| `Signatures.TAG_COUNTER` | `session_info.counter` | 05 07 00000007 | +| `Signatures.TAG_COUNTER` | `session_info.counter` | 05 04 00000007 | Concatenating the above encoded values together with the terminal `0xff` byte gives: