mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-29 04:21:06 +00:00
8 lines
No EOL
143 B
CMake
8 lines
No EOL
143 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.c"
|
|
"wifi_connect.c"
|
|
"wifi_connection.c"
|
|
INCLUDE_DIRS
|
|
"." "include"
|
|
) |