Skip to content

Commit

Permalink
build: Remove default-features atribute for esp-wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Feb 20, 2025
1 parent 4bfd6bf commit 3ac688c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
#IF option("embassy") && option("wifi")
# for more networking protocol support see https://crates.io/crates/edge-net
#ENDIF embassy && wifi
esp-wifi = { version = "0.12.0", default-features=false, features = [
esp-wifi = { version = "0.12.0", features = [
"builtin-scheduler",
#REPLACE esp32c6 mcu
"esp32c6",
Expand Down

0 comments on commit 3ac688c

Please sign in to comment.