diff --git a/TC1/http_server/app_httpd.c b/TC1/http_server/app_httpd.c index bccdef5..7399fa4 100644 --- a/TC1/http_server/app_httpd.c +++ b/TC1/http_server/app_httpd.c @@ -200,7 +200,7 @@ exit: static int HttpGetTasks(httpd_request_t *req) { pTimedTask pt = (pTimedTask)malloc(sizeof(struct TimedTask)); - pt->time = time(NULL); + pt->time = time(NULL) + 5; pt->socket_idx = 5; pt->on = 0; AddTask(pt); diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index 6d67360..cd29f90 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -77,6 +77,11 @@ +
+