From ea924fb1f71cb6d4b670c60cb7c190192dc312e1 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:40:14 +0000 Subject: [PATCH] Update communication.md --- docs/communication.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/communication.md b/docs/communication.md index b32a575..69cbefe 100644 --- a/docs/communication.md +++ b/docs/communication.md @@ -25,8 +25,9 @@ The columns represent modes and the rows represent submodes: | 0x3 | error | | increase | pair Bluetooth | | 0x4 | success | | decrease | help | | 0x5 | | | | version | +| 0x6 | | | | reset | -### Optional data +### Optional data (out of date) Every submode can take any number of Bytes except the below-mentioned ones: @@ -39,4 +40,4 @@ Every submode can take any number of Bytes except the below-mentioned ones: ### Additional information -The maximum length of a message ist 255 Bytes excluding the magic number "BM" and the length slot itself. +The maximum length of a message ist 255 Bytes excluding the magic number "HX" and the length slot itself.