Fix error in documentation added with merge of PR#1231 (#1901)
This commit is contained in:
parent
b645100d28
commit
b2cbf52a4b
|
@ -128,9 +128,9 @@ node.dsleep(nil,4)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### See also
|
#### See also
|
||||||
[`wifi.suspend()`](wifi.md#wifisuspend)
|
- [`wifi.suspend()`](wifi.md#wifisuspend)
|
||||||
[`wifi.resume()`](wifi.md#wifiresume)
|
- [`wifi.resume()`](wifi.md#wifiresume)
|
||||||
[`node.sleep()`](#nodesleep)
|
- [`node.sleep()`](#nodesleep)
|
||||||
|
|
||||||
## node.flashid()
|
## node.flashid()
|
||||||
|
|
||||||
|
@ -387,9 +387,9 @@ Put NodeMCU in light sleep mode to reduce current consumption.
|
||||||
```
|
```
|
||||||
|
|
||||||
#### See also
|
#### See also
|
||||||
[`wifi.suspend()`](wifi.md#wifisuspend)
|
- [`wifi.suspend()`](wifi.md#wifisuspend)
|
||||||
[`wifi.resume()`](wifi.md#wifiresume)
|
- [`wifi.resume()`](wifi.md#wifiresume)
|
||||||
[`node.dsleep()`](#nodedsleep)
|
- [`node.dsleep()`](#nodedsleep)
|
||||||
|
|
||||||
## node.stripdebug()
|
## node.stripdebug()
|
||||||
|
|
||||||
|
|
|
@ -209,9 +209,9 @@ tmr.resume(mytimer)
|
||||||
|
|
||||||
```
|
```
|
||||||
#### See also
|
#### See also
|
||||||
[`tmr.suspend()`](#tmrsuspend)
|
- [`tmr.suspend()`](#tmrsuspend)
|
||||||
[`tmr.suspend_all()`](#tmrsuspendall)
|
- [`tmr.suspend_all()`](#tmrsuspendall)
|
||||||
[`tmr.resume_all()`](#tmrresumeall)
|
- [`tmr.resume_all()`](#tmrresumeall)
|
||||||
|
|
||||||
## tmr.resume_all()
|
## tmr.resume_all()
|
||||||
|
|
||||||
|
@ -235,9 +235,9 @@ tmr.resume_all()
|
||||||
|
|
||||||
```
|
```
|
||||||
#### See also
|
#### See also
|
||||||
[`tmr.suspend()`](#tmrsuspend)
|
- [`tmr.suspend()`](#tmrsuspend)
|
||||||
[`tmr.suspend_all()`](#tmrsuspendall)
|
- [`tmr.suspend_all()`](#tmrsuspendall)
|
||||||
[`tmr.resume()`](#tmrresume)
|
- [`tmr.resume()`](#tmrresume)
|
||||||
|
|
||||||
## tmr.softwd()
|
## tmr.softwd()
|
||||||
|
|
||||||
|
@ -362,9 +362,9 @@ tmr.suspend(mytimer)
|
||||||
|
|
||||||
```
|
```
|
||||||
#### See also
|
#### See also
|
||||||
[`tmr.suspend_all()`](#tmrsuspendall)
|
- [`tmr.suspend_all()`](#tmrsuspendall)
|
||||||
[`tmr.resume()`](#tmrresume)
|
- [`tmr.resume()`](#tmrresume)
|
||||||
[`tmr.resume_all()`](#tmrresumeall)
|
- [`tmr.resume_all()`](#tmrresumeall)
|
||||||
|
|
||||||
|
|
||||||
## tmr.suspend_all()
|
## tmr.suspend_all()
|
||||||
|
@ -392,9 +392,9 @@ tmr.suspend_all()
|
||||||
|
|
||||||
```
|
```
|
||||||
#### See also
|
#### See also
|
||||||
[`tmr.suspendl()`](#tmrsuspend)
|
- [`tmr.suspendl()`](#tmrsuspend)
|
||||||
[`tmr.resume()`](#tmrresume)
|
- [`tmr.resume()`](#tmrresume)
|
||||||
[`tmr.resume_all()`](#tmrresumeall)
|
- [`tmr.resume_all()`](#tmrresumeall)
|
||||||
|
|
||||||
|
|
||||||
## tmr.time()
|
## tmr.time()
|
||||||
|
|
|
@ -101,9 +101,9 @@ wifi.resume(function() print("WiFi resume") end)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### See also
|
#### See also
|
||||||
[`wifi.suspend()`](#wifisuspend)
|
- [`wifi.suspend()`](#wifisuspend)
|
||||||
[`node.sleep()`](node.md#nodesleep)
|
- [`node.sleep()`](node.md#nodesleep)
|
||||||
[`node.dsleep()`](node.md#nodedsleep)
|
- [`node.dsleep()`](node.md#nodedsleep)
|
||||||
|
|
||||||
## wifi.setmode()
|
## wifi.setmode()
|
||||||
|
|
||||||
|
@ -304,9 +304,9 @@ print(wifi.suspend())
|
||||||
```
|
```
|
||||||
|
|
||||||
#### See also
|
#### See also
|
||||||
[`wifi.resume()`](#wifiresume)
|
- [`wifi.resume()`](#wifiresume)
|
||||||
[`node.sleep()`](node.md#nodesleep)
|
- [`node.sleep()`](node.md#nodesleep)
|
||||||
[`node.dsleep()`](node.md#nodedsleep)
|
- [`node.dsleep()`](node.md#nodedsleep)
|
||||||
|
|
||||||
# wifi.sta Module
|
# wifi.sta Module
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue