You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/modules/wifi.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,7 @@ The current physical mode as one of `wifi.PHYMODE_B`, `wifi.PHYMODE_G` or `wifi.
83
83
Wake up WiFi from suspended state or cancel pending wifi suspension
84
84
85
85
!!! 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.
88
87
89
88
#### Syntax
90
89
`wifi.resume([resume_cb])`
@@ -266,8 +265,7 @@ none
266
265
Suspend Wifi to reduce current consumption.
267
266
268
267
!!! 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.
0 commit comments