From df997b295b70c4c01c7f4f8fcff6b57e9e7e08d5 Mon Sep 17 00:00:00 2001 From: Holger Fleischmann Date: Thu, 10 Dec 2020 19:35:12 +0100 Subject: [PATCH] trying to fix travis ci build --- src/credentials.cpp | 1 + 1 file changed, 1 insertion(+) 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";