mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e8582e9aa4
esptool_py defines command `esptool_py_flash_project_args` that generates arg file for esptool.py. Two of the arguments are the offset and image, which are not being used when a template file is given. This commit makes variables OFFSET and IMAGE available to the template file, which will holds the value of the offset and image arguments to `esptool_py_flash_project_args`.
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
--flash_mode ${ESPFLASHMODE}
|
|
--flash_size ${ESPFLASHSIZE}
|
|
--flash_freq ${ESPFLASHFREQ}
|
|
${OFFSET} ${IMAGE}
|