Change log types

This commit is contained in:
2025-10-25 09:31:20 +02:00
parent b0a765d0cc
commit 91cc34a33e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ static void watchdogTask(void *pvParameters) {
}
ESP_ERROR_CHECK(esp_task_wdt_reset());
ESP_LOGE(TAG, "WDT reset");
ESP_LOGI(TAG, "WDT reset");
vTaskDelay(keepAlivePeriod);
}