Skip to content

Commit 8daef2d

Browse files
authored
Add PubSubClient link
1 parent c097a2e commit 8daef2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MQTT_x509_bin/MQTT_x509_bin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-WARNING: this example doesn't verify the server CA due low heap, this can be a security issue
99
*/
1010
#include <ESP8266WiFi.h>
11-
#include <PubSubClient.h>
11+
#include <PubSubClient.h> //Get it from here: https://github.com/knolleary/pubsubclient
1212

1313
/* convert and replace with your keys
1414
$ openssl x509 -in aaaaaaaaa-certificate.pem.crt -out certificates/cert.der -outform DER

0 commit comments

Comments
 (0)