From cdb7e308a96fc4891bc7524a80b96c7e248e0bd4 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Mon, 4 Nov 2019 15:13:35 +0100 Subject: [PATCH] Update VerifyFlash.bat --- tools/Esptool/VerifyFlash.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Esptool/VerifyFlash.bat b/tools/Esptool/VerifyFlash.bat index cf90453c2..bfe33f494 100644 --- a/tools/Esptool/VerifyFlash.bat +++ b/tools/Esptool/VerifyFlash.bat @@ -1 +1 @@ -esptool.py --port COM5 --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin +esptool.py --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin