0
0
Fork 0

Enable V2X transmission, add optional stand-alone CAM transmission

This commit is contained in:
Jannik Beyerstedt 2026-07-03 13:38:54 +02:00 committed by Jannik Beyerstedt
commit 2379a7eefc
9 changed files with 543 additions and 14 deletions

View file

@ -18,6 +18,8 @@ pub mod v2x;
#[cfg(feature = "cam")]
pub mod cam;
#[cfg(feature = "cam_tx")]
pub mod cam_tx;
#[cfg(feature = "denm")]
pub mod denm;
#[cfg(feature = "spat")]