mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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>