Add delay and log
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user