mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
5 lines
183 B
Batchfile
5 lines
183 B
Batchfile
..\..\..\esp-idf\components\esptool_py\esptool\esptool.py --chip esp32 --baud 921600 --after hard_reset --port COM3 --baud 921600 erase_flash
|
|
if %ERRORLEVEL% NEQ 0 (
|
|
pause
|
|
)
|