Added doc comment to a public enum variant
This commit is contained in:
parent
da5ecd29f1
commit
29d79d3af2
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ pub enum ScanType {
|
|||
#[derive(Clone)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub struct ScanOptions {
|
||||
/// SSID to scan for.
|
||||
pub ssid: Option<heapless::String<32>>,
|
||||
/// If set to `None`, all APs will be returned. If set to `Some`, only APs
|
||||
/// with the specified BSSID will be returned.
|
||||
|
|
Loading…
Reference in a new issue