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"