Skip to content

Commit

Permalink
[RSDK-9554] Default enable the OTA feature (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow authored Jan 10, 2025
1 parent 5619cc0 commit f563fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-rdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ links = "micro_rdk"
crate-type = ["lib"]

[features]
default = ["builtin-components", "data", "local-signaling"]
default = ["builtin-components", "data", "local-signaling", "ota"]
binstart = ["esp-idf-svc/binstart"]
libstart = ["esp-idf-svc/libstart"]
builtin-components = []
Expand Down

0 comments on commit f563fe4

Please sign in to comment.