From d8bd3b4bf1d52f08090fb49efd3300c910c518f9 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Mon, 4 Nov 2019 15:13:10 +0100 Subject: [PATCH] Update ReadFlash.bat --- tools/Esptool/ReadFlash.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Esptool/ReadFlash.bat b/tools/Esptool/ReadFlash.bat index edd954502..be3bfe24b 100644 --- a/tools/Esptool/ReadFlash.bat +++ b/tools/Esptool/ReadFlash.bat @@ -1 +1 @@ -esptool.py --port COM5 --baud 115200 read_flash 0x000000 0x100000 backup.bin \ No newline at end of file +esptool.py --baud 115200 read_flash 0x000000 0x100000 backup.bin