Skip to content

Commit b8d387b

Browse files
committed
src/main.c: Enable OTA
1 parent a30b005 commit b8d387b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ void app_main() {
9898

9999
esp_rmaker_node_add_device(node, garage_device);
100100

101+
esp_rmaker_ota_enable_default();
102+
101103
/* Enable Insights. Requires CONFIG_ESP_INSIGHTS_ENABLED=y */
102104
app_insights_enable();
103105

0 commit comments

Comments
 (0)