Add config component with hostname setting
This commit is contained in:
5
components/config/CMakeLists.txt
Normal file
5
components/config/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "config.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES fatal nvs_flash
|
||||
)
|
||||
Reference in New Issue
Block a user