Update Helper.cpp

This commit is contained in:
SybexXx
2025-06-11 05:45:04 +02:00
committed by GitHub
parent c320e4c921
commit 51416b1358

View File

@@ -31,7 +31,12 @@ extern "C"
#include "ClassLogFile.h"
#include "esp_vfs_fat.h"
#if (ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 4, 0))
#include "esp_private/sdmmc_common.h"
#else
#include "../sdmmc_common.h"
#endif
static const char *TAG = "HELPER";