diff --git a/src/W800_SDK_v1.00.10/app/main.c b/src/W800_SDK_v1.00.10/app/main.c index 756bc6e..082b34a 100644 --- a/src/W800_SDK_v1.00.10/app/main.c +++ b/src/W800_SDK_v1.00.10/app/main.c @@ -52,6 +52,6 @@ void user_task_main(void *param) tls_mem_free(buf); } - tls_os_time_delay_until(&time_ref, pdMS_TO_TICKS(5000)); + tls_os_time_delay_until(&time_ref, pdMS_TO_TICKS(7000)); } }