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