Page 1 of 1

how to compile a new .bin - esptool

Posted: 26 Aug 2017, 23:47
by femuruy
Hello guys, i want to do some minor mods and compile my own .bin for programming with esptool, i've got the Arduino IDE so how do i get the .bin file or where do i find it after compiling the INO file?

Thank you in advance!

Re: how to compile a new .bin - esptool

Posted: 27 Aug 2017, 00:09
by Shardan
Use Ctrl - Alt - S (Export Binary file) from the "Sketch" menu.

The file is stored in the same folder as the ESPEasy.ino.
It is named with the board type you've chosen, so if you chose "nodeMCU" as board type,
the file is nodeMCU.bin

Re: how to compile a new .bin - esptool

Posted: 27 Aug 2017, 00:10
by femuruy
thanks!

Re: how to compile a new .bin - esptool

Posted: 27 Aug 2017, 00:47
by Shardan
Anytime :)