This commit is contained in:
Carl-Benedikt Krüger 2011-08-02 17:13:08 +02:00
parent 49ca88cf21
commit c9b07ee579

View file

@ -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"));