Skip to content

Commit 524c66b

Browse files
committed
Fix admonition formatting error in wifi module docs added with #1910
Modified documentation for: wifi.suspend() wifi.resume()
1 parent 2f8b353 commit 524c66b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/en/modules/wifi.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ The current physical mode as one of `wifi.PHYMODE_B`, `wifi.PHYMODE_G` or `wifi.
8383
Wake up WiFi from suspended state or cancel pending wifi suspension
8484

8585
!!! note
86-
Wifi resume occurs asynchronously, this means that the resume request will only be processed when control of the processor is passed back to the SDK (after MyResumeFunction() has completed)
87-
The resume callback also occurs asynchronously and will only execute after wifi has resumed normal operation.
86+
Wifi resume occurs asynchronously, this means that the resume request will only be processed when control of the processor is passed back to the SDK (after MyResumeFunction() has completed). The resume callback also occurs asynchronously and will only execute after wifi has resumed normal operation.
8887

8988
#### Syntax
9089
`wifi.resume([resume_cb])`
@@ -266,8 +265,7 @@ none
266265
Suspend Wifi to reduce current consumption.
267266

268267
!!! note
269-
Wifi suspension occurs asynchronously, this means that the suspend request will only be processed when control of the processor is passed back to the SDK (after MySuspendFunction() has completed)
270-
The suspend callback also occurs asynchronously and will only execute after wifi has been successfully been suspended.
268+
Wifi suspension occurs asynchronously, this means that the suspend request will only be processed when control of the processor is passed back to the SDK (after MySuspendFunction() has completed). The suspend callback also occurs asynchronously and will only execute after wifi has been successfully been suspended.
271269

272270

273271
#### Syntax

0 commit comments

Comments
 (0)