Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
build: Use esp-wifi release
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 12, 2024
1 parent 244dc36 commit bacf786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ esp-alloc = { version = "0.3.0" }
{% if wifi -%}
embedded-svc = { version = "0.26.1", default-features = false, features = [] }
embedded-io = "0.6.1"
esp-wifi = { git = "https://github.com/esp-rs/esp-wifi", rev = "d5baf9b", features = [
esp-wifi = { version = "0.4.0", features = [
"{{ mcu }}",
"phy-enable-usb",
"utils",
Expand Down

0 comments on commit bacf786

Please sign in to comment.