From b85e2cf1a3f89a450d66646ab39408c85f21e133 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 8 May 2026 12:50:21 +0200 Subject: [PATCH] fix ping reply for net example --- firmware/examples/zedboard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/examples/zedboard/Cargo.toml b/firmware/examples/zedboard/Cargo.toml index 539db25..a1c1a8e 100644 --- a/firmware/examples/zedboard/Cargo.toml +++ b/firmware/examples/zedboard/Cargo.toml @@ -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" -- 2.43.0