Changed some logs type from informative to verbose
This commit is contained in:
@@ -36,7 +36,7 @@ static void watchdogTask(void *pvParameters) {
|
||||
}
|
||||
|
||||
ESP_ERROR_CHECK(esp_task_wdt_reset());
|
||||
ESP_LOGI(TAG, "WDT reset");
|
||||
ESP_LOGV(TAG, "WDT reset");
|
||||
|
||||
vTaskDelay(keepAlivePeriod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user