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 };