Skip to content

Commit 9e0e74e

Browse files
committed
added link to error and return codes
1 parent 72ef9bc commit 9e0e74e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ lwmqtt_err_t lastError();
210210
lwmqtt_return_code_t returnCode();
211211
```
212212

213+
- The error codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L11).
214+
- The return codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L243).
215+
213216
Disconnect from the broker:
214217

215218
```c++

0 commit comments

Comments
 (0)