From 4aef7ea0a657d5feb4d99506e700cf7c4fea11c7 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Tue, 14 May 2024 06:27:28 +0530 Subject: [PATCH] Added the s5-orb sensor on pin D5 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9210b1c..87077d1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,7 +12,7 @@ const uint32_t connectTimeoutMs = 5000; // MQTT settings const char* mqttServer = "iot.tanshu.com"; const int mqttPort = 1883; -const char* mqttClientId = "s2-bgy"; +const char* mqttClientId = "s5-orb"; const char* mqttUser = "esp8266"; const char* mqttPassword = "esp8266";