add comment
This commit is contained in:
parent
e537f9b42f
commit
2781b27961
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue