Max Prokhorov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
code/espurna/mqtt.ino
|
|
@ -205,6 +205,7 @@ void _mqttConnect() { |
|
|
|
_mqttOnConnect(); |
|
|
|
} else { |
|
|
|
DEBUG_MSG_P(PSTR("[MQTT] Connection failed\n")); |
|
|
|
_mqtt_last_connection = millis(); |
|
|
|
} |
|
|
|
|
|
|
|
#endif // MQTT_USE_ASYNC
|
|
|
|