...
This commit is contained in:
parent
49ca88cf21
commit
c9b07ee579
1 changed files with 2 additions and 0 deletions
|
@ -322,7 +322,9 @@ void* client_task(void* e)
|
|||
SHELLDEBUGPRINTF("Client is ready...\n");
|
||||
|
||||
while (cli_ConnectTo(&cli,"192.168.0.1",5555,0))
|
||||
{
|
||||
SHELLDEBUGPRINTF("retry connect\n");
|
||||
}
|
||||
sleep(1);
|
||||
cli_sendBuffer(&cli,"Hallo Welt",sizeof("Hallo Welt"));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue