mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Added doc comment to a public enum variant
This commit is contained in:
parent
da5ecd29f1
commit
29d79d3af2
@ -46,6 +46,7 @@ pub enum ScanType {
|
|||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||||
pub struct ScanOptions {
|
pub struct ScanOptions {
|
||||||
|
/// SSID to scan for.
|
||||||
pub ssid: Option<heapless::String<32>>,
|
pub ssid: Option<heapless::String<32>>,
|
||||||
/// If set to `None`, all APs will be returned. If set to `Some`, only APs
|
/// If set to `None`, all APs will be returned. If set to `Some`, only APs
|
||||||
/// with the specified BSSID will be returned.
|
/// with the specified BSSID will be returned.
|
||||||
|
Loading…
Reference in New Issue
Block a user