feat: implement OTA updates over HTTP(S), initiated over MQTT

This commit is contained in:
2026-05-17 00:24:43 +02:00
parent 8992e311ba
commit b9195a0dda
10 changed files with 221 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
idf_component_register(
SRCS "src/ota_manager.c"
INCLUDE_DIRS "include"
REQUIRES esp_https_ota app_update mqtt_publisher esp_system
)