Added the s5-orb sensor on pin D5

This commit is contained in:
Amritanshu Agrawal 2024-05-14 06:27:28 +05:30
parent 82402f024a
commit 4aef7ea0a6

View File

@ -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";