Add config component with hostname setting

This commit is contained in:
2023-05-14 21:33:03 +01:00
parent ae1d470b4b
commit 10c77203ab
5 changed files with 221 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
idf_component_register(
SRCS "config.c"
INCLUDE_DIRS "."
REQUIRES fatal nvs_flash
)