5 lines
124 B
CMake
5 lines
124 B
CMake
idf_component_register(
|
|
SRCS "main.cpp"
|
|
PRIV_REQUIRES user_app app_bsp port_bsp esp_wifi_bsp
|
|
INCLUDE_DIRS "./")
|