Added MQTT

This commit is contained in:
2025-07-17 20:41:25 -06:00
parent abe63b0ae9
commit 5fd11369cc
5 changed files with 858 additions and 268 deletions

View File

@ -3,6 +3,7 @@ idf_component_register(
"main.c"
"wifi_manager.c"
"ota_server.c"
"plant_mqtt.c"
"led_strip.c"
INCLUDE_DIRS
"."
@ -12,4 +13,5 @@ idf_component_register(
esp_http_server
app_update
driver
mqtt
)