...
This commit is contained in:
parent
7c015f53c3
commit
5d2b31e198
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ 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) != 0)
|
||||
{
|
||||
SHELLDEBUGPRINTF("retry connect\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue