mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Update xdrv_05_irremote.ino
This commit is contained in:
parent
0614e54363
commit
a0c6d4f300
@ -178,7 +178,7 @@ void IrSendInit(void)
|
|||||||
const bool IR_RCV_SAVE_BUFFER = false; // false = do not use buffer, true = use buffer for decoding
|
const bool IR_RCV_SAVE_BUFFER = false; // false = do not use buffer, true = use buffer for decoding
|
||||||
|
|
||||||
#ifndef IR_TIME_AVOID_DUPLICATE
|
#ifndef IR_TIME_AVOID_DUPLICATE
|
||||||
#define IR_TIME_AVOID_DUPLICATE = 50 // Milliseconds
|
#define IR_TIME_AVOID_DUPLICATE 50 // Milliseconds
|
||||||
#endif // IR_TIME_AVOID_DUPLICATE
|
#endif // IR_TIME_AVOID_DUPLICATE
|
||||||
|
|
||||||
#include <IRrecv.h>
|
#include <IRrecv.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user