mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
9 lines
300 B
CMake
9 lines
300 B
CMake
|
|
# Set empty otadata partition file for flashing, if OTA data partition in
|
|
# partition table
|
|
# (NB: because of component dependency, we know partition_table
|
|
# project_include.cmake has already been included.)
|
|
if(${OTADATA_PARTITION_OFFSET})
|
|
set(BLANK_OTADATA_FILE "ota_data_initial.bin")
|
|
endif()
|