From fa767899c213c5b004f690eb776c96572e51e6f1 Mon Sep 17 00:00:00 2001 From: DashyFox Date: Fri, 16 Feb 2024 16:23:54 +0300 Subject: [PATCH] fix fix --- IR_Decoder.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/IR_Decoder.cpp b/IR_Decoder.cpp index 85aa165..e45b638 100644 --- a/IR_Decoder.cpp +++ b/IR_Decoder.cpp @@ -333,10 +333,11 @@ void IR_Decoder::writeToBuffer(bool bit) { } ////////////////////// Проверка наличия битов синхранизации ////////////////////// if (isWrongPack = (err_syncBit >= syncBits)) { - start_RX(); - firstUnHandledFront = firstUnHandledFront->next; - #ifdef IRDEBUG_INFO + // start_RX(); + // firstUnHandledFront = firstUnHandledFront->next; + // firstUnHandledFront = nullptr; Serial.print("****************"); + #ifdef IRDEBUG_INFO #endif };