Skip to content

Commit

Permalink
src/main.c: Enable OTA
Browse files Browse the repository at this point in the history
  • Loading branch information
xhivo97 committed Aug 16, 2022
1 parent a30b005 commit b8d387b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit b8d387b

Please sign in to comment.