mirror of
https://github.com/grillbaer/esp32-geiger-counter.git
synced 2025-12-21 13:23:15 +01:00
trying to fix travis ci build
This commit is contained in:
@@ -14,6 +14,7 @@ const char *thingspeakApiKey = ""; // empty to disable thinkspeak
|
|||||||
|
|
||||||
const char *mqttHost = ""; // empty to disable MQTT
|
const char *mqttHost = ""; // empty to disable MQTT
|
||||||
int mqttPort = 1833;
|
int mqttPort = 1833;
|
||||||
|
extern const char *mqttTlsServerRootCert = ""; // empty to disable TLS
|
||||||
const char *mqttUser = "user";
|
const char *mqttUser = "user";
|
||||||
const char *mqttPassword = "unset-password";
|
const char *mqttPassword = "unset-password";
|
||||||
const char *mqttTopic = "home/geiger/radioactivity";
|
const char *mqttTopic = "home/geiger/radioactivity";
|
||||||
|
|||||||
Reference in New Issue
Block a user