diff --git a/src/credentials.cpp b/src/credentials.cpp index 7e15988..39a0244 100644 --- a/src/credentials.cpp +++ b/src/credentials.cpp @@ -14,6 +14,7 @@ const char *thingspeakApiKey = ""; // empty to disable thinkspeak const char *mqttHost = ""; // empty to disable MQTT int mqttPort = 1833; +extern const char *mqttTlsServerRootCert = ""; // empty to disable TLS const char *mqttUser = "user"; const char *mqttPassword = "unset-password"; const char *mqttTopic = "home/geiger/radioactivity";