mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
82a063957a
Currently, the CONFIG_APP_BUILD_GENERATE_BINARIES option is used to determine whether binary images will be generated in idf_project_default. At present, this option is enabled even for the Linux target, where the esptool_py component is not included, preventing the generation of binary images. To address this issue, verify if the target for esptool_py is present. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>