From 13b3ecfacf66b4df9df553acc3c4fb196274c820 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Thu, 20 Apr 2023 13:16:03 +0200 Subject: [PATCH] Changed log write frequency --- src/W800_SDK_v1.00.10/app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }