mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Update xdrv_05_irremote_full.ino
Convert IR_TIME_AVOID_DUPLICATE from const to #define to enable override in the config override file.
This commit is contained in:
parent
64c8c88992
commit
60613e5041
@ -167,7 +167,10 @@ uint64_t reverseBitsInBytes64(uint64_t b) {
|
|||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
const bool IR_FULL_RCV_SAVE_BUFFER = false; // false = do not use buffer, true = use buffer for decoding
|
const bool IR_FULL_RCV_SAVE_BUFFER = false; // false = do not use buffer, true = use buffer for decoding
|
||||||
const uint32_t IR_TIME_AVOID_DUPLICATE = 50; // Milliseconds
|
|
||||||
|
#ifndef IR_TIME_AVOID_DUPLICATE
|
||||||
|
#define IR_TIME_AVOID_DUPLICATE = 50 // Milliseconds
|
||||||
|
#endif // IR_TIME_AVOID_DUPLICATE
|
||||||
|
|
||||||
// Below is from IRrecvDumpV2.ino
|
// Below is from IRrecvDumpV2.ino
|
||||||
// As this program is a special purpose capture/decoder, let us use a larger
|
// As this program is a special purpose capture/decoder, let us use a larger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user