This commit is contained in:
DashyFox 2024-04-17 09:58:32 +03:00
parent 99e523129d
commit 3b5045669b
4 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.vscode/*
.vscode/*
bin/*

View File

@ -244,6 +244,7 @@ void status(IR_Decoder &dec)
if (dec.gotData.available())
{
detectSignal();
Serial.println(micros());
String str;
if (/* dec.gotData.getDataPrt()[1] */ 1)
{

View File

@ -509,7 +509,9 @@ void IR_DecoderRaw::writeToBuffer(bool bit)
if (isAvailable)
{
#ifdef IRDEBUG_INFO
Serial.println("!!!INV!!!");
#endif
goto OUT_BRUTEFORCE;
}
else

View File

@ -103,7 +103,7 @@ typedef uint16_t crc_t;
#define bytePerPack 16 // колличество байтов в пакете
#ifndef freeFrec
#define freeFrec true
#define freeFrec false
#endif
#ifndef subBufferSize