feat: implement OTA updates over HTTP(S), initiated over MQTT
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user