From 5bb940942617eeed9f54ac4f8b6546a799440179 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sat, 9 Mar 2019 11:02:56 -0600 Subject: [PATCH] offsets: a small note --- RFout1MHzV1_06/RFout1MHzV1_06.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/RFout1MHzV1_06/RFout1MHzV1_06.ino b/RFout1MHzV1_06/RFout1MHzV1_06.ino index fa7e453..06cffbe 100644 --- a/RFout1MHzV1_06/RFout1MHzV1_06.ino +++ b/RFout1MHzV1_06/RFout1MHzV1_06.ino @@ -256,6 +256,7 @@ uint8_t setOutputFreq[] = { 0x00, 0x00, 0xEF, 0x00, 0x00, 0x00, 0x20, 0x1B }; +// Note: these offsets are from the beginning of the packet header, not the payload; as such, they differ by 6 from the payload byte offsets in the PDF #define OFFSET_FREQUENCY_LOCKED (18) #define OFFSET_FLAGS (34) #define OFFSET_CKSUM (38)