Xinyuan-LilyGO / T-Dongle-S3

An ESP32S3 development board that can freely use WIFI, BLE, TF, LED, TFT_LCD functions.
MIT License
144 stars 46 forks source link

Slow Read Speed #7

Open EchoStretch opened 1 year ago

EchoStretch commented 1 year ago

Current using a bat file to create a bin file of lilygo but its super slow anyway i can speed this up.. Im guessing it has to do with the sd card slot but I don't use that.

set CUR_YYYY=%date:~10,4% set CUR_MM=%date:~4,2% set CUR_DD=%date:~7,2% esptool.exe --chip esp32s3 --port COM4 --baud 921600 read_flash 0x0 0x1000000 LilyGo.ESP32S3.%CUR_MM%.%CUR_DD%.%CUR_YYYY%.bin pause