Changed some logs type from informative to verbose

This commit is contained in:
2025-11-30 23:40:24 +01:00
parent 3670b58f8e
commit 0a418805a4
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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);
}