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
+2
View File
@@ -12,6 +12,8 @@ idf_component_register(
ble_scanner
mqtt_publisher
led_indicator
ota_manager
app_update
driver
esp_driver_gpio
)