mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-03 10:15:37 +00:00
4 lines
174 B
CMake
4 lines
174 B
CMake
idf_component_register(SRCS "mqttronix.c" "hello_world_main.c"
|
|
PRIV_REQUIRES spi_flash esp_netif nvs_flash esp_wifi
|
|
INCLUDE_DIRS ".")
|