Remove DEBUG in main call

This commit is contained in:
LowPowerLab 2016-01-04 09:45:51 -05:00
parent 1760e5ee43
commit a2b2503610
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void loop(){
if (targetID==0)
Serial.println("TO?");
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]==':')
{