From 341ff3a470fc514b61fce1e9f21a2f976b544c85 Mon Sep 17 00:00:00 2001 From: DashyFox Date: Tue, 24 Dec 2024 15:00:20 +0300 Subject: [PATCH] Update IR_DecoderRaw.cpp --- IR_DecoderRaw.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IR_DecoderRaw.cpp b/IR_DecoderRaw.cpp index c878447..ef74883 100644 --- a/IR_DecoderRaw.cpp +++ b/IR_DecoderRaw.cpp @@ -47,7 +47,7 @@ volatile uint32_t time_; void IR_DecoderRaw::isr() { - + // Serial.print("ISR\n"); if(isPairSending){ return; } @@ -58,7 +58,8 @@ void IR_DecoderRaw::isr() interrupts(); if (time_ < oldTime) { -#ifdef IRDEBUG/* 1 */ + +#ifdef IRDEBUG Serial.print("\n"); Serial.print("count: "); Serial.println(wrongCounter++);