File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,7 +227,17 @@ It works very stably.
227227
228228
229229# Benchmarking with ESP32-CAM
230- I used this micro SD card.
230+ The unit is KB/Sec.
231+ | File System| Interface| Write Speed| Read Speed||
232+ | :-:| :-:| :-:| :-:| :-:|
233+ | FATFS| Builtin SPI Flash Memory| 46| 2625| 4096 Byte Sector|
234+ | SPIFFS| Builtin SPI Flash Memory| 17| 1034||
235+ | LITTLEFS| Builtin SPI Flash Memory| 51| 1678||
236+ | FATFS| External SDMMC Card (1Line)| 499| 875| (* 1)|
237+ | FATFS| External SDMMC Card (4Line)| 572| 1190| (* 1)|
238+ | FATFS| External SDSPI Card| 398| 620| (* 1)|
239+
240+ (* 1) I used this micro SD card.
231241```
232242Name: SB16G
233243Type: SDHC
@@ -236,16 +246,6 @@ Size: 15193MB
236246CSD: ver=2, sector_size=512, capacity=31116288 read_bl_len=9
237247```
238248
239- The unit is KB/Sec.
240- | File System| Interface| Write Speed| Read Speed||
241- | :-:| :-:| :-:| :-:| :-:|
242- | FATFS| Builtin SPI Flash Memory| 46| 2625| 4096 Byte Sector|
243- | SPIFFS| Builtin SPI Flash Memory| 17| 1034||
244- | LITTLEFS| Builtin SPI Flash Memory| 51| 1678||
245- | FATFS| External SDMMC Card (1Line)| 499| 875||
246- | FATFS| External SDMMC Card (4Line)| 572| 1190||
247- | FATFS| External SDSPI Card| 398| 620||
248-
249249# API
250250Based on [ ftplib] ( https://nbpfaus.net/~pfau/ftplib/ftplib.html ) V4.0-1.
251251
You can’t perform that action at this time.
0 commit comments