mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-14 20:14:27 +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
|
||||
"include"
|
||||
)
|
||||
set(COMPONENT_REQUIRES
|
||||
nvs_flash
|
||||
)
|
||||
|
||||
register_component()
|
||||
|
Loading…
Reference in New Issue
Block a user