Skip to content

Commit 5ddd44e

Browse files
authored
Update TheThingsNetwork.md
1 parent 63c8b39 commit 5ddd44e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/TheThingsNetwork.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,12 @@ Wake up the LoRa module from sleep before the expiration of the defined time.
184184
void wake();
185185
```
186186

187+
## Method: `linkCheck`
188+
189+
Sets the time interval for the link check process to be triggered.
190+
191+
```c
192+
void linkCheck(uint16_t seconds);
193+
```
194+
195+
- `uint16_t seconds`: the time interval in seconds. A value of 0 will disable the link check process.

0 commit comments

Comments
 (0)