...
This commit is contained in:
parent
3bbe2894a2
commit
49ca88cf21
1 changed files with 2 additions and 2 deletions
|
@ -321,8 +321,8 @@ void* client_task(void* e)
|
|||
|
||||
SHELLDEBUGPRINTF("Client is ready...\n");
|
||||
|
||||
while (
|
||||
cli_ConnectTo(&cli,"192.168.0.1",5555,0));
|
||||
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