Changed log write frequency
This commit is contained in:
parent
17d8c9949d
commit
13b3ecfacf
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user