Page 1 of 1

Generate binary app file

Posted: Thu Nov 24, 2022 9:59 am
by pepopi
Good morning,
after compiling the code, where is the binary file generated?
I want to use that bin image, but I can not find it.

Thank you

Re: Generate binary app file

Posted: Thu Nov 24, 2022 8:15 pm
by mbratch
If you're using ESP-IDF and the CMake tools, there should be a `build` directory right under your main project directory. The `bin` file should be there.