This commit is contained in:
DashyFox 2024-02-16 16:23:54 +03:00
parent a0ca86909d
commit fa767899c2

View File

@ -333,10 +333,11 @@ void IR_Decoder::writeToBuffer(bool bit) {
} }
////////////////////// Проверка наличия битов синхранизации ////////////////////// ////////////////////// Проверка наличия битов синхранизации //////////////////////
if (isWrongPack = (err_syncBit >= syncBits)) { if (isWrongPack = (err_syncBit >= syncBits)) {
start_RX(); // start_RX();
firstUnHandledFront = firstUnHandledFront->next; // firstUnHandledFront = firstUnHandledFront->next;
#ifdef IRDEBUG_INFO // firstUnHandledFront = nullptr;
Serial.print("****************"); Serial.print("****************");
#ifdef IRDEBUG_INFO
#endif #endif
}; };