Skip to content

Commit

Permalink
Update TheThingsNetwork.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbn71 authored Jul 25, 2017
1 parent 63c8b39 commit 5ddd44e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/TheThingsNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,12 @@ Wake up the LoRa module from sleep before the expiration of the defined time.
void wake();
```

## Method: `linkCheck`

Sets the time interval for the link check process to be triggered.

```c
void linkCheck(uint16_t seconds);
```
- `uint16_t seconds`: the time interval in seconds. A value of 0 will disable the link check process.

0 comments on commit 5ddd44e

Please sign in to comment.