Skip to content

Commit 1ca7034

Browse files
author
nopnop2002
committed
Update README.md
1 parent 0f06a3f commit 1ca7034

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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
```
232242
Name: SB16G
233243
Type: SDHC
@@ -236,16 +246,6 @@ Size: 15193MB
236246
CSD: 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
250250
Based on [ftplib](https://nbpfaus.net/~pfau/ftplib/ftplib.html) V4.0-1.
251251

0 commit comments

Comments
 (0)