Skip to content

Commit b3e3ced

Browse files
committed
Fix #41
Fixes #41 by implementing the solution by @Canondale
1 parent a881523 commit b3e3ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IRremoteInt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
#define NEC_HDR_MARK 9000
9898
#define NEC_HDR_SPACE 4500
9999
#define NEC_BIT_MARK 560
100-
#define NEC_ONE_SPACE 1600
100+
#define NEC_ONE_SPACE 1692
101101
#define NEC_ZERO_SPACE 560
102102
#define NEC_RPT_SPACE 2250
103103

0 commit comments

Comments
 (0)