Skip to content

Commit be30091

Browse files
Merge pull request #247 from avbentem/patch-2
Enhanced documentation for linkCheck()
2 parents f1e49d8 + 5c93155 commit be30091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TheThingsNetwork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void wake();
186186

187187
## Method: `linkCheck`
188188

189-
Sets the time interval for the link check process to be triggered.
189+
Sets the time interval for the link check process to be triggered. When the interval expires, the next uplink will include a Link Check Request MAC command. When using this method, it should be called after joining has completed.
190190

191191
```c
192192
void linkCheck(uint16_t seconds);

0 commit comments

Comments
 (0)