Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
b2cbf52a
Commit
b2cbf52a
authored
Apr 04, 2017
by
dnc40085
Committed by
Marcel Stör
Apr 05, 2017
Browse files
Fix error in documentation added with merge of PR#1231 (#1901)
parent
b645100d
Changes
3
Show whitespace changes
Inline
Side-by-side
docs/en/modules/node.md
View file @
b2cbf52a
...
@@ -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()
...
...
docs/en/modules/tmr.md
View file @
b2cbf52a
...
@@ -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()
...
...
docs/en/modules/wifi.md
View file @
b2cbf52a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment