Files
ESP-Nodes/ESP32-IDF_Temperture-Node-v2/main/CMakeLists.txt
2025-10-10 00:16:58 -04:00

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 ".")