Compare commits

...

2 Commits

Author SHA1 Message Date
SybexXx
4a76bc3eb3 Update platformio.ini 2025-06-11 05:45:35 +02:00
SybexXx
51416b1358 Update Helper.cpp 2025-06-11 05:45:04 +02:00
2 changed files with 6 additions and 1 deletions

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";

View File

@@ -20,7 +20,7 @@
[common:esp32-idf]
extends = common:idf
; PlatformIO releases, see https://github.com/platformio/platform-espressif32/releases
platform = platformio/espressif32 @ 6.9.0
platform = platformio/espressif32 @ 6.11.0
framework = espidf
lib_deps =
${common:idf.lib_deps}