We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e58bcc commit 19f788dCopy full SHA for 19f788d
1 file changed
src/devices/oil_watchman_advanced.c
@@ -49,7 +49,7 @@ static int oil_watchman_advanced_decode(r_device *decoder, bitbuffer_t *bitbuffe
49
{
50
static uint8_t const PREAMBLE_SYNC_LENGTH_BITS = 40;
51
static uint8_t const HEADER_LENGTH_BITS = 8;
52
- static uint8_t const BODY_LENGTH_BITS = 128; // payload 14 byte + crc 2 byte, issue #3525
+ static uint8_t const BODY_LENGTH_BITS = 128; // payload 14 byte + crc 2 byte, issue #3525
53
// no need to match all the preamble; 24 bits worth should do
54
// include part of preamble, sync-word, length, message identifier
55
uint8_t const preamble_pattern[] = {0xaa, 0xaa, 0xaa, 0x2d, 0xd4, 0x0e};
0 commit comments