mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-27 02:01:48 +01:00
13 lines
149 B
CMake
13 lines
149 B
CMake
idf_component_register(
|
|
SRCS
|
|
"connect.c"
|
|
|
|
INCLUDE_DIRS
|
|
"include"
|
|
"../../main"
|
|
|
|
REQUIRES
|
|
"nvs_flash"
|
|
"esp_wifi"
|
|
"esp_event"
|
|
) |