for 0.26version commit1

This commit is contained in:
phdlee
2018-01-12 09:54:38 +09:00
parent f563e74a4e
commit f9050ebb11
4 changed files with 161 additions and 24 deletions

View File

@@ -629,6 +629,7 @@ void Check_Cat(byte fromType)
}
else if (Serial.available() < 5)
{
/*
//First Arrived
if (rxBufferCheckCount == 0)
{
@@ -648,6 +649,7 @@ void Check_Cat(byte fromType)
rxBufferCheckCount = Serial.available();
rxBufferArriveTime = millis() + CAT_RECEIVE_TIMEOUT; //Set time for timeout
}
*/
return;
}