added SSL/TLS support for MQTT

This commit is contained in:
Holger Fleischmann
2020-12-10 19:07:28 +01:00
parent 733ca426a4
commit 3518e171a1
3 changed files with 38 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ extern const char *thingspeakApiKey;
extern const char *mqttHost;
extern int mqttPort;
extern const char *mqttTlsServerRootCert;
extern const char *mqttUser;
extern const char *mqttPassword;
extern const char *mqttTopic;