From 2781b279614a0b62a0ecbe64a0fd081124f25690 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 28 Nov 2021 23:16:34 +0000 Subject: [PATCH] add comment --- autoplant/settings.h.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoplant/settings.h.example b/autoplant/settings.h.example index 4a41a79..c87ad3f 100644 --- a/autoplant/settings.h.example +++ b/autoplant/settings.h.example @@ -3,7 +3,7 @@ #define MQTT_SERVER "mqtt.example.com" // 1883 = unencrypted, 8883 = encrypted -// TODO: Support MQTTS - ref https://github.com/knolleary/pubsubclient/issues/574#issuecomment-464528162 +// Connections are encrypted by default. There isn't currently a way to disable it. #define MQTT_PORT "8883" #define MQTT_USERNAME "autoplant" #define MQTT_PASSWORD "CHANGE_ME"