fix ping reply for net example #75

Merged
muellerr merged 1 commits from fix-ping-for-net-example into main 2026-05-08 12:50:43 +02:00
+1 -1
View File
@@ -39,7 +39,7 @@ rand = { version = "0.10", default-features = false }
embassy-executor = { version = "0.10", features = ["platform-cortex-ar", "executor-thread"] }
embassy-time = { version = "0.5", features = ["tick-hz-1_000_000"] }
embassy-net = { version = "0.9", features = ["dhcpv4", "packet-trace", "medium-ethernet", "icmp", "tcp", "udp"] }
embassy-net = { version = "0.9", features = ["dhcpv4", "packet-trace", "medium-ethernet", "icmp", "tcp", "udp", "auto-icmp-echo-reply"] }
embedded-sdmmc = { git = "https://github.com/robamu/embedded-sdmmc-rs.git", branch = "all-features" }
embassy-sync = { version = "0.8" }
heapless = "0.9"