You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: