Watch
0
0
Fork
You've already forked esp32-c_its-companion
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 640fbcd77b

View file

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