From 4610e7eb0e9371fcd6756c93489370a110cd06cb Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Sat, 7 Mar 2015 18:10:22 -0600 Subject: [PATCH] NEC_ONE_SPACE should actually be 1690 --- IRremoteInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRremoteInt.h b/IRremoteInt.h index 8ea516f..53167c2 100644 --- a/IRremoteInt.h +++ b/IRremoteInt.h @@ -106,7 +106,7 @@ #define NEC_HDR_MARK 9000 #define NEC_HDR_SPACE 4500 #define NEC_BIT_MARK 560 -#define NEC_ONE_SPACE 1692 +#define NEC_ONE_SPACE 1690 #define NEC_ZERO_SPACE 560 #define NEC_RPT_SPACE 2250