From 0614e54363b5beb841cfa2e931ecf1ddb4f48c75 Mon Sep 17 00:00:00 2001 From: kylehase Date: Mon, 22 Mar 2021 13:25:01 +0900 Subject: [PATCH] Update xdrv_05_irremote_full.ino --- tasmota/xdrv_05_irremote_full.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_05_irremote_full.ino b/tasmota/xdrv_05_irremote_full.ino index b68cc5a87..00b6cf7bd 100644 --- a/tasmota/xdrv_05_irremote_full.ino +++ b/tasmota/xdrv_05_irremote_full.ino @@ -169,7 +169,7 @@ uint64_t reverseBitsInBytes64(uint64_t b) { const bool IR_FULL_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 // Below is from IRrecvDumpV2.ino