fix(nvs_flash): Add encrypted-flash as the dependency in nvs_create_partition_image()

This commit is contained in:
harshal.patil 2025-01-07 17:04:02 +05:30
parent c7f86301e6
commit f205476ffe
No known key found for this signature in database
GPG Key ID: 67334E837530B75C

View File

@ -53,6 +53,7 @@ function(nvs_create_partition_image partition csv)
if(arg_FLASH_IN_PROJECT)
esptool_py_flash_to_partition(flash "${partition}" "${image_file}")
add_dependencies(flash nvs_${partition}_bin)
add_dependencies(encrypted-flash nvs_${partition}_bin)
endif()
else()
set(message