diff --git a/src/main.c b/src/main.c index 027dadf..faf0bff 100644 --- a/src/main.c +++ b/src/main.c @@ -98,6 +98,8 @@ void app_main() { esp_rmaker_node_add_device(node, garage_device); + esp_rmaker_ota_enable_default(); + /* Enable Insights. Requires CONFIG_ESP_INSIGHTS_ENABLED=y */ app_insights_enable();