8000 NEC_ONE_SPACE should actually be 1690 · githubgrax/Arduino-IRremote@4610e7e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4610e7e

Browse files
committed
NEC_ONE_SPACE should actually be 1690
1 parent 13f207d commit 4610e7e

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
@@ -106,7 +106,7 @@
106106
#define NEC_HDR_MARK 9000
107107
#define NEC_HDR_SPACE 4500
108108
#define NEC_BIT_MARK 560
109-
#define NEC_ONE_SPACE 1692
109+
#define NEC_ONE_SPACE 1690
110110
#define NEC_ZERO_SPACE 560
111111
#define NEC_RPT_SPACE 2250
112112

0 commit comments

Comments
 (0)
0