radio: rewrite the networking stack, and implement some BLE magic
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user