diff --git a/sdk/samples/ping_app.c b/sdk/samples/ping_app.c index 4e854e7c..94f37042 100644 --- a/sdk/samples/ping_app.c +++ b/sdk/samples/ping_app.c @@ -229,6 +229,8 @@ void * sender_thread(void *arg) } } + sleep(1); + /* Clean up */ err = mesh_delete_connection(&conn); if (err)