diff --git a/src/protocol/nec/decoder.rs b/src/protocol/nec/decoder.rs index ff8be4a..6bf3bf5 100644 --- a/src/protocol/nec/decoder.rs +++ b/src/protocol/nec/decoder.rs @@ -24,7 +24,7 @@ const fn pulselens() -> [u32; 8] { ] } -const TOL: [u32; 8] = [7, 7, 5, 5, 0, 0, 0, 0]; +const TOL: [u32; 8] = [7, 7, 25, 12, 0, 0, 0, 0]; impl DecoderBuilder for Nec { type Decoder = NecDecoder;