mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Compare commits
4 Commits
clarify-pa
...
update-to-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a76bc3eb3 | ||
|
|
51416b1358 | ||
|
|
c320e4c921 | ||
|
|
43b29f3408 |
@@ -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";
|
||||
|
||||
@@ -806,11 +811,21 @@ struct SDCard_Manufacturer_database sd_database[] = {
|
||||
.id = 0x03,
|
||||
.manufacturer = "SanDisk",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0x05,
|
||||
.manufacturer = "Lenovo",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0x08,
|
||||
.manufacturer = "Silicon Power",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0x09,
|
||||
.manufacturer = "ATP",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0x18,
|
||||
@@ -894,7 +909,27 @@ struct SDCard_Manufacturer_database sd_database[] = {
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0x89,
|
||||
.manufacturer = "Unknown",
|
||||
.manufacturer = "Netac",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0x9f,
|
||||
.manufacturer = "Kingston/Kodak/Silicon Power",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0xad,
|
||||
.manufacturer = "Amazon Basics/Lexar/OV",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0xdf,
|
||||
.manufacturer = "Lenovo",
|
||||
},
|
||||
{
|
||||
.type = "sd",
|
||||
.id = 0xfe,
|
||||
.manufacturer = "Bekit/Cloudisk/HP/Reletech",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -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