Changed log write frequency

This commit is contained in:
anschrammh 2023-04-20 13:16:03 +02:00
parent 17d8c9949d
commit 13b3ecfacf

View File

@ -52,6 +52,6 @@ void user_task_main(void *param)
tls_mem_free(buf); 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));
} }
} }