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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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