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 #138 from Nereuxofficial/patch-1
Browse files Browse the repository at this point in the history
Fixed embedded-svc version
  • Loading branch information
bjoernQ authored Jan 2, 2024
2 parents 05a0627 + 9b66f67 commit 5e2163f
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 @@ -20,7 +20,7 @@ esp-alloc = { version = "0.3.0" }
{% if 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-svc = { version = "0.26.1", default-features = false, features = [] }
embedded-io = "0.4.0"
heapless = { version = "0.7.14", default-features = false }
{% endif -%}

0 comments on commit 5e2163f

Please sign in to comment.