0
0
Fork 0

WIP: try to debug V2X rx dropouts

This commit is contained in:
Jannik Beyerstedt 2026-06-22 22:57:48 +02:00 committed by Jannik Beyerstedt
commit 759e6e0d04

View file

@ -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}");