mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10: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)) {
|
||||
start_RX();
|
||||
firstUnHandledFront = firstUnHandledFront->next;
|
||||
#ifdef IRDEBUG_INFO
|
||||
// start_RX();
|
||||
// firstUnHandledFront = firstUnHandledFront->next;
|
||||
// firstUnHandledFront = nullptr;
|
||||
Serial.print("****************");
|
||||
#ifdef IRDEBUG_INFO
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user