add example
This commit is contained in:
8
main/CMakeLists.txt
Normal file
8
main/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
idf_component_register(SRCS
|
||||
"main.c"
|
||||
"sshd.c"
|
||||
"sshd_task.c"
|
||||
"minicli.c"
|
||||
INCLUDE_DIRS ".")
|
||||
|
||||
littlefs_create_partition_image(storage ../data FLASH_IN_PROJECT)
|
||||
Reference in New Issue
Block a user