mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-06-01 09:19:16 +02:00
8 lines
129 B
CMake
8 lines
129 B
CMake
idf_component_register(
|
|
SRCS
|
|
"connect.c"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
"../../main"
|
|
REQUIRES nvs_flash esp_wifi esp_event
|
|
) |