Skip to content

Commit

Permalink
Update README for new reference of line numbers
Browse files Browse the repository at this point in the history
Error codes and return codes were referenced incorrectly (probably due to changes in the referenced file). I have updated those to refer to the correct line numbers.
  • Loading branch information
shwetankshrey authored and 256dpi committed Dec 29, 2020
1 parent 72fb1d7 commit 500b6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ lwmqtt_err_t lastError();
lwmqtt_return_code_t returnCode();
```

- The error codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L11).
- The return codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L243).
- The error codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L15).
- The return codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L260).

Disconnect from the broker:

Expand Down

0 comments on commit 500b6d5

Please sign in to comment.