Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit d43b5fb

Browse files
authored
Update README.md
1 parent 007626b commit d43b5fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,12 @@ board as [described on Hackster.io](https://www.hackster.io/arichetta/add-ssl-ce
127127

128128
You can see the Arduino client library in action in [the Cloud IoT Demo from Google I/O 2018](https://www.youtube.com/watch?v=7kpE44tXQak#T=28m)
129129

130-
## Error codes
130+
## Error codes and Debugging
131131

132132
The error codes for the lwMQTT library are listed [in this header file](https://github.com/256dpi/arduino-mqtt/blob/master/src/lwmqtt/lwmqtt.h#L16-L29).
133133

134+
If you're having trouble determining what's wrong, it may be helpful to enable more verbose debugging in Arduino by setting the debug level in the IDE under **Tools > Core Debug Level > Verbose**.
135+
134136
## Known issues
135137

136138
Some private keys do not correctly encode to the Base64 format that required

0 commit comments

Comments
 (0)