mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
5 lines
354 B
Batchfile
5 lines
354 B
Batchfile
..\..\..\esp-idf\components\esptool_py\esptool\esptool.py --chip esp32 --port COM3 --baud 921600 --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 ../../app/build/bootloader/bootloader.bin 0x10000 ../../espruino_esp32.bin 0x8000 ../../app/build/partitions_espruino.bin
|
|
if %ERRORLEVEL% NEQ 0 (
|
|
pause
|
|
)
|