From ca68fbc60706c68a8fea6e2da9e429d94778b6b4 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Mon, 4 Nov 2019 15:14:00 +0100 Subject: [PATCH] Update WriteFlash.bat --- tools/Esptool/WriteFlash.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Esptool/WriteFlash.bat b/tools/Esptool/WriteFlash.bat index 61f3f55a4..25dc9bf86 100644 --- a/tools/Esptool/WriteFlash.bat +++ b/tools/Esptool/WriteFlash.bat @@ -1 +1 @@ -esptool.py --port COM5 --baud 115200 write_flash -fs 1MB -fm dout 0x000000 firmware.bin +esptool.py --baud 115200 write_flash -fs 1MB -fm dout 0x000000 firmware.bin