log cleanup

This commit is contained in:
Hendrik Schutter 2024-12-10 22:14:28 +01:00
parent dfddeab566
commit 9b943ec2c5
2 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@ void app_main(void)
while (1)
{
ESP_LOGI(TAG, "\n");
vTaskDelay(pdMS_TO_TICKS(2048));
/*

View File

@ -62,7 +62,6 @@ void taskMetrics(void *pvParameters)
{
while (1)
{
ESP_LOGI(TAG, "Running task Metrics...");
vTaskDelay(1000U / portTICK_PERIOD_MS);
u16MetricCounter = 0U;