From a0c6d4f3001fc608afd1a9c1571405d82c3e5d4c Mon Sep 17 00:00:00 2001 From: kylehase Date: Mon, 22 Mar 2021 13:25:33 +0900 Subject: [PATCH] Update xdrv_05_irremote.ino --- tasmota/xdrv_05_irremote.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_05_irremote.ino b/tasmota/xdrv_05_irremote.ino index 0da389171..fa4831746 100644 --- a/tasmota/xdrv_05_irremote.ino +++ b/tasmota/xdrv_05_irremote.ino @@ -178,7 +178,7 @@ void IrSendInit(void) const bool IR_RCV_SAVE_BUFFER = false; // false = do not use buffer, true = use buffer for decoding #ifndef IR_TIME_AVOID_DUPLICATE -#define IR_TIME_AVOID_DUPLICATE = 50 // Milliseconds +#define IR_TIME_AVOID_DUPLICATE 50 // Milliseconds #endif // IR_TIME_AVOID_DUPLICATE #include