diff --git a/src/wireless.rs b/src/wireless.rs index 7e77711..6b87d7a 100644 --- a/src/wireless.rs +++ b/src/wireless.rs @@ -73,6 +73,7 @@ pub type EspWirelessMatterStack<'a, T, E> = MatterStack<'a, EspWirelessBle pub type EspWirelessBle = WirelessBle>>; /// An embedding of the ESP IDF Bluedroid Gatt peripheral context for the `WirelessBle` network type from `rs-matter-stack`. +/// /// Allows the memory of this context to be statically allocated and cost-initialized. /// /// Usage: