6 lines
135 B
CMake
6 lines
135 B
CMake
|
idf_component_register(
|
||
|
SRCS "main.cpp"
|
||
|
INCLUDE_DIRS "."
|
||
|
)
|
||
|
add_compile_definitions(PUBLIC "-DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE")
|