Move all firmware files to subdirectory
This commit is contained in:
5
firmware/components/time/CMakeLists.txt
Normal file
5
firmware/components/time/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "time_manager.c" "time_sntp.c" "time_storage.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES console_wrapper esp_timer fatal lwip nvs_flash settings
|
||||
)
|
||||
Reference in New Issue
Block a user