This commit is contained in:
DashyFox 2024-02-16 16:24:40 +03:00
parent fa767899c2
commit 8269cbdbfb

View File

@ -336,8 +336,8 @@ void IR_Decoder::writeToBuffer(bool bit) {
// start_RX(); // start_RX();
// firstUnHandledFront = firstUnHandledFront->next; // firstUnHandledFront = firstUnHandledFront->next;
// firstUnHandledFront = nullptr; // firstUnHandledFront = nullptr;
Serial.print("****************");
#ifdef IRDEBUG_INFO #ifdef IRDEBUG_INFO
Serial.print("****************");
#endif #endif
}; };