Initialize MQTT task

This commit is contained in:
2025-11-06 17:58:08 +01:00
parent 92e0bcc2f5
commit cd4d2658b9
4 changed files with 36 additions and 4 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
idf_component_register(SRCS "./main.cpp"
"./wifi.cpp"
"./mqtt.cpp"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi
nvs_flash
@@ -7,4 +8,5 @@ idf_component_register(SRCS "./main.cpp"
esp_hw_support
esp_system
freertos
log)
log
mqtt_client)