log cleanup
This commit is contained in:
		| @ -46,7 +46,6 @@ void app_main(void) | ||||
|  | ||||
|     while (1) | ||||
|     { | ||||
|         ESP_LOGI(TAG, "\n"); | ||||
|         vTaskDelay(pdMS_TO_TICKS(2048)); | ||||
|  | ||||
|         /* | ||||
|  | ||||
| @ -62,7 +62,6 @@ void taskMetrics(void *pvParameters) | ||||
| { | ||||
|     while (1) | ||||
|     { | ||||
|         ESP_LOGI(TAG, "Running task Metrics..."); | ||||
|         vTaskDelay(1000U / portTICK_PERIOD_MS); | ||||
|  | ||||
|         u16MetricCounter = 0U; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user