ESP32 now publishes on broker

This commit is contained in:
2025-12-27 17:45:08 +01:00
parent 0ec10f765d
commit 19ad13843c
217 changed files with 5166 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "esp_ot_cli.c"
INCLUDE_DIRS "."
REQUIRES esp_http_client openthread esp_netif freertos nvs_flash
REQUIRES mqtt esp_http_client openthread esp_netif freertos nvs_flash
)