From d07b71ce8cdad42819647b4e8f83b9f3a6b946a4 Mon Sep 17 00:00:00 2001 From: imthemichi Date: Sat, 10 Dec 2022 17:33:07 +0100 Subject: [PATCH] reducing the number of bits to 65bits --- src/rtl_433/devices/tfa_drop_30.3233.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtl_433/devices/tfa_drop_30.3233.c b/src/rtl_433/devices/tfa_drop_30.3233.c index 474a9446..5e2c8622 100644 --- a/src/rtl_433/devices/tfa_drop_30.3233.c +++ b/src/rtl_433/devices/tfa_drop_30.3233.c @@ -113,7 +113,7 @@ Afterwards, messages are sent every 45s. #include "decoder.h" -#define TFA_DROP_BITLEN 66 +#define TFA_DROP_BITLEN 65 #define TFA_DROP_STARTBYTE 0x3 /* Inverted already */ #define TFA_DROP_MINREPEATS 2