From 68cd7ac8a80ae06629505cf2a8a07fc650fd85cd Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 14 Dec 2021 15:35:51 +0000 Subject: [PATCH] fixup --- 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 a582612..5dcb86c 100644 --- a/autoplant/settings.h.example +++ b/autoplant/settings.h.example @@ -13,7 +13,7 @@ // The port to connect to. // 1883 = unencrypted, 8883 = encrypted // 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. #define MQTT_USERNAME "autoplant" // The password to authenticate with when connecting to the MQTT server.