Update xdrv_05_irremote_full.ino

This commit is contained in:
kylehase 2021-03-22 13:25:01 +09:00 committed by GitHub
parent 60613e5041
commit 0614e54363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 const bool IR_FULL_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
// Below is from IRrecvDumpV2.ino // Below is from IRrecvDumpV2.ino