mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-12 05:19:55 +01:00
5 lines
198 B
CMake
5 lines
198 B
CMake
|
|
idf_component_register(SRCS "serverless_mqtt.c"
|
||
|
|
"wifi_connect.c"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
REQUIRES libjuice nvs_flash mqtt json esp_wifi)
|