We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f8630 commit f205476Copy full SHA for f205476
components/nvs_flash/project_include.cmake
@@ -53,6 +53,7 @@ function(nvs_create_partition_image partition csv)
53
if(arg_FLASH_IN_PROJECT)
54
esptool_py_flash_to_partition(flash "${partition}" "${image_file}")
55
add_dependencies(flash nvs_${partition}_bin)
56
+ add_dependencies(encrypted-flash nvs_${partition}_bin)
57
endif()
58
else()
59
set(message
0 commit comments