5 lines
73 B
CMake
5 lines
73 B
CMake
idf_component_register(
|
|
SRCS "wifi.c"
|
|
INCLUDE_DIRS "include"
|
|
)
|