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

Commit

Permalink
Merge pull request #165 from bjoernQ/esp-wifi-0.7.1
Browse files Browse the repository at this point in the history
Use esp-wifi 0.7.1
  • Loading branch information
bjoernQ authored Jul 17, 2024
2 parents 150586b + 90c8f2a commit c607f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ log = { version = "0.4.21" }
esp-alloc = { version = "0.4.0" }
{% endif -%}
{% if wifi -%}
embedded-svc = { version = "0.26.1", default-features = false, features = [] }
embedded-io = "0.6.1"
esp-wifi = { version = "0.7.0", features = [
esp-wifi = { version = "0.7.1", features = [
"{{ mcu }}",
"phy-enable-usb",
"utils",
Expand Down

0 comments on commit c607f44

Please sign in to comment.