- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
@@ -284,8 +284,8 @@
|
||||
{
|
||||
if( (pCurrent->iOut == eOut) || (pCurrent->iAllFlag == 1) )
|
||||
{
|
||||
NETWrite(pCurrent->pCon->pSock,pText,strlen(pText));
|
||||
NETWrite(pCurrent->pCon->pSock,"\n",1);
|
||||
ANETwrite(pCurrent->pCon->sockHandle,pText,strlen(pText));
|
||||
ANETwrite(pCurrent->pCon->sockHandle,"\n",1);
|
||||
}
|
||||
pCurrent = pCurrent->pNext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user