From 640fbcd77bf7e9124b5c24edaee3c6efecd89609 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 28c823e..12fa046 100644 --- a/src/main.rs +++ b/src/main.rs @@ -592,6 +592,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}");