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)) {
start_RX();
firstUnHandledFront = firstUnHandledFront->next;
#ifdef IRDEBUG_INFO
// start_RX();
// firstUnHandledFront = firstUnHandledFront->next;
// firstUnHandledFront = nullptr;
Serial.print("****************");
#ifdef IRDEBUG_INFO
#endif
};