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

Commit

Permalink
build: Use first esp-wifi release
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 27, 2023
1 parent f478eae commit c1f73ff
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 @@ -18,7 +18,7 @@ esp-println = { version = "0.7.0", features = ["{{ mcu }}"] }
esp-alloc = { version = "0.3.0" }
{% endif -%}
{% if wifi -%}
esp-wifi = { git = "https://github.com/esp-rs/esp-wifi/", rev = "7632e74", features = ["{{ mcu }}", "wifi"] }
esp-wifi = { version = "0.1.1", features = ["{{ mcu }}", "wifi"] }
smoltcp = { version = "0.10.0", default-features=false, features = ["proto-igmp", "proto-ipv4", "socket-tcp", "socket-icmp", "socket-udp", "medium-ethernet", "proto-dhcpv4", "socket-raw", "socket-dhcpv4"] }
embedded-svc = { version = "0.25.0", default-features = false, features = [] }
embedded-io = "0.4.0"
Expand Down

0 comments on commit c1f73ff

Please sign in to comment.