Skip to content

Commit

Permalink
Fix error in documentation added with merge of PR#1231 (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnc40085 authored and marcelstoer committed Apr 5, 2017
1 parent b645100 commit b2cbf52
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions docs/en/modules/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ node.dsleep(nil,4)
```

#### See also
[`wifi.suspend()`](wifi.md#wifisuspend)
[`wifi.resume()`](wifi.md#wifiresume)
[`node.sleep()`](#nodesleep)
- [`wifi.suspend()`](wifi.md#wifisuspend)
- [`wifi.resume()`](wifi.md#wifiresume)
- [`node.sleep()`](#nodesleep)

## node.flashid()

Expand Down Expand Up @@ -387,9 +387,9 @@ Put NodeMCU in light sleep mode to reduce current consumption.
```

#### See also
[`wifi.suspend()`](wifi.md#wifisuspend)
[`wifi.resume()`](wifi.md#wifiresume)
[`node.dsleep()`](#nodedsleep)
- [`wifi.suspend()`](wifi.md#wifisuspend)
- [`wifi.resume()`](wifi.md#wifiresume)
- [`node.dsleep()`](#nodedsleep)

## node.stripdebug()

Expand Down
24 changes: 12 additions & 12 deletions docs/en/modules/tmr.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ tmr.resume(mytimer)

```
#### See also
[`tmr.suspend()`](#tmrsuspend)
[`tmr.suspend_all()`](#tmrsuspendall)
[`tmr.resume_all()`](#tmrresumeall)
- [`tmr.suspend()`](#tmrsuspend)
- [`tmr.suspend_all()`](#tmrsuspendall)
- [`tmr.resume_all()`](#tmrresumeall)

## tmr.resume_all()

Expand All @@ -235,9 +235,9 @@ tmr.resume_all()

```
#### See also
[`tmr.suspend()`](#tmrsuspend)
[`tmr.suspend_all()`](#tmrsuspendall)
[`tmr.resume()`](#tmrresume)
- [`tmr.suspend()`](#tmrsuspend)
- [`tmr.suspend_all()`](#tmrsuspendall)
- [`tmr.resume()`](#tmrresume)

## tmr.softwd()

Expand Down Expand Up @@ -362,9 +362,9 @@ tmr.suspend(mytimer)

```
#### See also
[`tmr.suspend_all()`](#tmrsuspendall)
[`tmr.resume()`](#tmrresume)
[`tmr.resume_all()`](#tmrresumeall)
- [`tmr.suspend_all()`](#tmrsuspendall)
- [`tmr.resume()`](#tmrresume)
- [`tmr.resume_all()`](#tmrresumeall)


## tmr.suspend_all()
Expand Down Expand Up @@ -392,9 +392,9 @@ tmr.suspend_all()

```
#### See also
[`tmr.suspendl()`](#tmrsuspend)
[`tmr.resume()`](#tmrresume)
[`tmr.resume_all()`](#tmrresumeall)
- [`tmr.suspendl()`](#tmrsuspend)
- [`tmr.resume()`](#tmrresume)
- [`tmr.resume_all()`](#tmrresumeall)


## tmr.time()
Expand Down
12 changes: 6 additions & 6 deletions docs/en/modules/wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ wifi.resume(function() print("WiFi resume") end)
```

#### See also
[`wifi.suspend()`](#wifisuspend)
[`node.sleep()`](node.md#nodesleep)
[`node.dsleep()`](node.md#nodedsleep)
- [`wifi.suspend()`](#wifisuspend)
- [`node.sleep()`](node.md#nodesleep)
- [`node.dsleep()`](node.md#nodedsleep)

## wifi.setmode()

Expand Down Expand Up @@ -304,9 +304,9 @@ print(wifi.suspend())
```

#### See also
[`wifi.resume()`](#wifiresume)
[`node.sleep()`](node.md#nodesleep)
[`node.dsleep()`](node.md#nodedsleep)
- [`wifi.resume()`](#wifiresume)
- [`node.sleep()`](node.md#nodesleep)
- [`node.dsleep()`](node.md#nodedsleep)

# wifi.sta Module

Expand Down

0 comments on commit b2cbf52

Please sign in to comment.