From 8269cbdbfbd1154789685653859dc462dbfa40f2 Mon Sep 17 00:00:00 2001 From: DashyFox Date: Fri, 16 Feb 2024 16:24:40 +0300 Subject: [PATCH] fix fix --- IR_Decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IR_Decoder.cpp b/IR_Decoder.cpp index e45b638..3a59f33 100644 --- a/IR_Decoder.cpp +++ b/IR_Decoder.cpp @@ -336,8 +336,8 @@ void IR_Decoder::writeToBuffer(bool bit) { // start_RX(); // firstUnHandledFront = firstUnHandledFront->next; // firstUnHandledFront = nullptr; - Serial.print("****************"); #ifdef IRDEBUG_INFO + Serial.print("****************"); #endif };