Update IR_DecoderRaw.cpp

This commit is contained in:
DashyFox 2024-12-24 15:00:20 +03:00
parent e6dbdcee74
commit 341ff3a470

View File

@ -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++);