|
楼主 |
发表于 2017-12-19 20:15:18
|
显示全部楼层
flash.cmd
@echo off
set /p comport= Comport (example 3, 4, ..) :
set /p fsize= Flash Size (example 512, 1024, 4096) :
set /p build= Build (example 71, 72, ..) :
echo Using com port: %comport%
echo Using bin file: ESPEasy_R%build%_%fsize%.bin
esptool.exe -vv -cd nodemcu -cb 115200 -cp COM%comport% -ca 0x00000 -cf ESPEasy_R%build%_%fsize%.bin
pause
包内文件:
C:\ESPEasy_R148 的目录
2017/12/19 下午05:36 <DIR> .
2017/12/19 下午05:36 <DIR> ..
2017/01/13 下午08:55 431,408 ESPEasy_R148_1024.bin
2017/01/13 下午08:51 431,408 ESPEasy_R148_4096.bin
2017/01/13 下午08:53 431,408 ESPEasy_R148_512.bin
2015/08/01 上午08:23 38,926 esptool.exe
2016/01/24 下午02:54 373 flash.cmd
5 个文件 1,333,523 字节
2 个目录 21,385,711,616 可用字节
|
|