mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 15:20:16 +00:00
fix fix
This commit is contained in:
parent
a0ca86909d
commit
fa767899c2
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user