6 lines
150 B
CMake
6 lines
150 B
CMake
idf_component_register(
|
|
SRCS "time_manager.c" "time_sntp.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES console_wrapper esp_timer fatal lwip nvs_flash settings
|
|
)
|