Add delay and log

This commit is contained in:
2025-12-13 12:39:16 +01:00
parent 6bfdc19fa8
commit aba6253e70
+2
View File
@@ -145,5 +145,7 @@ void mqttTask(void *pvParameters) {
ESP_ERROR_CHECK(esp_task_wdt_reset());
ESP_LOGV(TAG, "Task reset");
vTaskDelay(pdMS_TO_TICKS(3000));
}
ESP_LOGW(TAG, "Task exited");
}