mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-24 15:52:34 +00:00
Added docs.
This commit is contained in:
parent
a516dbd5e2
commit
3610799618
@ -393,6 +393,7 @@ impl<'a> Control<'a> {
|
||||
self.set_iovar_u32x2("bss", 0, 1).await; // bss = BSS_UP
|
||||
}
|
||||
|
||||
/// Closes access point.
|
||||
pub async fn close_ap(&mut self) {
|
||||
// Stop AP
|
||||
self.set_iovar_u32x2("bss", 0, 0).await; // bss = BSS_DOWN
|
||||
|
Loading…
Reference in New Issue
Block a user