From 759e6e0d044bea280c420ac056816f4297d7e3a8 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 22 Jun 2026 22:57:48 +0200 Subject: [PATCH] WIP: try to debug V2X rx dropouts --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 67e181c..d9d77f8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -531,6 +531,8 @@ fn handle_frame(frame: esp_radio::wifi::sniffer::PromiscuousPkt<'_>) { .naive_utc() }; + esp_println::print!("."); // TODO: debug only! + match esp32_cits_core::rx::is_broadcast_frame(&frame) { Err(err) => { warn!("{err}");