Added MQTT
This commit is contained in:
@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user