fixup
This commit is contained in:
parent
add6d2fd1e
commit
68cd7ac8a8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
// The port to connect to.
|
// The port to connect to.
|
||||||
// 1883 = unencrypted, 8883 = encrypted
|
// 1883 = unencrypted, 8883 = encrypted
|
||||||
// Connections are encrypted by default. There isn't currently a way to disable it.
|
// Connections are encrypted by default. There isn't currently a way to disable it.
|
||||||
#define MQTT_PORT "8883"
|
#define MQTT_PORT 8883
|
||||||
// The username to authenticate with when connecting to the MQTT server.
|
// The username to authenticate with when connecting to the MQTT server.
|
||||||
#define MQTT_USERNAME "autoplant"
|
#define MQTT_USERNAME "autoplant"
|
||||||
// The password to authenticate with when connecting to the MQTT server.
|
// The password to authenticate with when connecting to the MQTT server.
|
||||||
|
|
Loading…
Reference in a new issue