radio: rewrite the networking stack, and implement some BLE magic

This commit is contained in:
2026-01-05 13:06:23 +01:00
parent 3bf7ebc997
commit f2ff1914b1
7 changed files with 377 additions and 82 deletions

View File

@@ -4,6 +4,8 @@ pub mod mpu;
pub mod gps;
#[cfg(feature="radio")]
pub mod wifi;
#[cfg(feature="radio")]
pub mod ble;
#[cfg(feature="simulation")]
pub mod simulation;
#[cfg(feature="demo")]