mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 04:14:28 +02:00
Add nvs_flash requirement for cmake
This commit is contained in:
parent
9bb6788a7b
commit
6afdfe4caf
@ -7,5 +7,8 @@ set(COMPONENT_SRCDIRS
|
|||||||
set(COMPONENT_ADD_INCLUDEDIRS
|
set(COMPONENT_ADD_INCLUDEDIRS
|
||||||
"include"
|
"include"
|
||||||
)
|
)
|
||||||
|
set(COMPONENT_REQUIRES
|
||||||
|
nvs_flash
|
||||||
|
)
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
|
Loading…
Reference in New Issue
Block a user