mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 14:37:06 +03:00
Compare commits
2 Commits
main
...
update-to-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a76bc3eb3 | ||
|
|
51416b1358 |
@@ -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";
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user