Remove DEBUG in main call
This commit is contained in:
parent
1760e5ee43
commit
a2b2503610
|
|
@ -83,7 +83,7 @@ void loop(){
|
||||||
if (targetID==0)
|
if (targetID==0)
|
||||||
Serial.println("TO?");
|
Serial.println("TO?");
|
||||||
else
|
else
|
||||||
CheckForSerialHEX((byte*)input, inputLen, radio, targetID, TIMEOUT, ACK_TIME, true);
|
CheckForSerialHEX((byte*)input, inputLen, radio, targetID, TIMEOUT, ACK_TIME, false);
|
||||||
}
|
}
|
||||||
else if (inputLen>3 && inputLen<=6 && input[0]=='T' && input[1]=='O' && input[2]==':')
|
else if (inputLen>3 && inputLen<=6 && input[0]=='T' && input[1]=='O' && input[2]==':')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue