From 3ed60c639338d8f0f85ea5eb81b883b73fc293d4 Mon Sep 17 00:00:00 2001 From: nicsure <77679714+nicsure@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:21:28 +0100 Subject: [PATCH] Update protocol.txt --- protocol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.txt b/protocol.txt index 6474158..a9cfbd7 100644 --- a/protocol.txt +++ b/protocol.txt @@ -27,7 +27,7 @@ Radio > Host : [8 Bytes] AD0 = Least significant byte of address AD1 = Most significant byte of address -(Note: [AD1<<8 | AD0] mod 0x20 = 0) +(Note: AD0 mod 0x20 = 0) CKS = Regular additive checksum of the 32 data bytes