WIP: try to debug V2X rx dropouts
This commit is contained in:
parent
e7493efcc1
commit
8097937cdb
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue