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

@@ -115,6 +115,10 @@ const SENSOR_IMAGES: &[SensorImage] = &[
source: SensorSource::Location,
on: &images::LOCATION_ON, off: &images::LOCATION_OFF,
},
SensorImage {
source: SensorSource::Wifi,
on: &images::ONLINE_CONNECTING, off: &images::OFFLINE
},
#[cfg(feature="demo")]
SensorImage {
source: SensorSource::Demo,