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

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)
{