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
commit 8097937cdb

View file

@ -321,6 +321,8 @@ fn handle_frame(frame: wifi::sniffer::PromiscuousPkt<'_>) {
.naive_utc() .naive_utc()
}; };
esp_println::print!("."); // TODO: debug only!
// Ignore frames with errors and non-data frames // Ignore frames with errors and non-data frames
if frame.rx_cntl.rx_state != 0 { if frame.rx_cntl.rx_state != 0 {
warn!("Received frame has RX error: {}", frame.rx_cntl.rx_state); warn!("Received frame has RX error: {}", frame.rx_cntl.rx_state);