Commit b2cbf52a authored by dnc40085's avatar dnc40085 Committed by Marcel Stör
Browse files

Fix error in documentation added with merge of PR#1231 (#1901)

parent b645100d
...@@ -128,9 +128,9 @@ node.dsleep(nil,4) ...@@ -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. ...@@ -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) ...@@ -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() ...@@ -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) ...@@ -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() ...@@ -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) ...@@ -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()) ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment