Add nvs_flash requirement for cmake

This commit is contained in:
Dave Olsthoorn
2019-03-16 20:39:01 +01:00
committed by GitHub
parent 9bb6788a7b
commit 6afdfe4caf

View File

@ -7,5 +7,8 @@ set(COMPONENT_SRCDIRS
set(COMPONENT_ADD_INCLUDEDIRS
"include"
)
set(COMPONENT_REQUIRES
nvs_flash
)
register_component()