From f64202a432cacc4b533ed6d3043a282a0299d576 Mon Sep 17 00:00:00 2001 From: Peak Date: Tue, 21 Feb 2023 07:47:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 181eb27..33114a2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ or Then one possible solution is to distribute the memory image of both the program partition and the filesystem partition as one single binary file which can be uploaded by one single program to the board. -Meet ImageMerge and ESPTool.exe! +Meet ImageMerge and esptool.exe! -I will not take any credit for ESPTool, it’s a python program which I converted into a an .exe with pyinstall to be self-contained without any dependencies. +I will not take any credit for esptool, it’s a python program which I converted into a an .exe with pyinstall to be self-contained without any dependencies. ImageMerge combines both the program partition and the filesystem partition as one single binary file. This file can then be uploaded to the board with esptool.exe.