WIP: try to debug V2X rx dropouts
This commit is contained in:
parent
666499c240
commit
759e6e0d04
1 changed files with 2 additions and 0 deletions
|
|
@ -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}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue