shell test
This commit is contained in:
parent
d986385207
commit
c220e33b66
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ void shell_init(int srv_or_cli)
|
|||
cli_init(&cli);
|
||||
while (cli_ConnectTo(&cli,"192.168.0.1",5555,0));
|
||||
sleep(1);
|
||||
|
||||
sleep(5);
|
||||
SHELLDEBUGPRINTF("sleeped 5 seconds\n");
|
||||
sleep(5);
|
||||
SHELLDEBUGPRINTF("sleeped another 5 seconds\n")
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue