5 lines
107 B
CMake
5 lines
107 B
CMake
set(app_sources "weather.cpp")
|
|
|
|
idf_component_register(SRCS ${app_sources}
|
|
REQUIRES epdiy arduino)
|