0
0
Fork 0

v2x: drop hopped messages and unsupported message types

This commit is contained in:
Jannik Beyerstedt 2026-06-20 20:07:48 +02:00 committed by Jannik Beyerstedt
commit e178c740db
3 changed files with 85 additions and 20 deletions

View file

@ -85,7 +85,7 @@ esp-radio = { version = "0.18.0", optional = true, features = [
embassy_gps = { version = "0.1.0", optional = true, default-features = false, features = ["esp", "log-04"], git = "https://github.com/jbeyerstedt/embassy_gps.git", branch = "feat/rework-gpsfix" }
embedded-hal-bus = { version = "0.3.0", optional = true }
embedded-graphics = { version = "0.8.2", optional = true }
c-its-parser = { version = "2.2.4", default-features = false, features = [
c-its-parser = { version = "2.3.0", default-features = false, features = [
"time",
"geo",
"libm",