We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc1bbd commit 1eeb409Copy full SHA for 1eeb409
SmartHome_ESP8266/SmartHome_v50beta8/reti.ino
@@ -51,7 +51,7 @@ void setup_reti() {
51
WiFi.setOutputPower(0);
52
WiFi.setAutoReconnect(true);
53
WiFi.mode(WIFI_STA);
54
- MQTTclient.setServer(mqtt_server, 1883);
+ MQTTclient.setServer(mqtt_server, mqtt_port);
55
MQTTclient.setCallback(callback);
56
if ((!S_IP.fromString(IP) or !S_SUBNET.fromString(SUBNET) or !S_GATEWAY.fromString(GATEWAY) or !S_DNSIP.fromString(DNSIP)) and Static_IP ) {
57
Static_IP = false;
0 commit comments