Files
ESP-Nodes/ESP32-IDF_Temperture-Node-v2/main/CMakeLists.txt
2025-10-04 06:15:17 -04:00

4 lines
145 B
CMake

idf_component_register(SRCS "mqttronix.c" "hello_world_main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS ".")