Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peakpeak-github authored Feb 21, 2023
1 parent 819e384 commit f64202a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f64202a

Please sign in to comment.