[TinyMqtt.h] Added TINY_MQTT_ETHERNET compilation option

This commit is contained in:
hsaturn
2023-04-21 22:29:36 +02:00
parent bd566945cc
commit 65e22c85c6
2 changed files with 16 additions and 8 deletions

View File

@@ -550,7 +550,7 @@ void MqttClient::processMessage(MqttMessage* mesg)
{
MqttMessage msg(MqttMessage::Type::ConnAck);
msg.add(0); // Session present (not implemented)
msg.add(0); // Connection accepted
msg.add(0); // Connection accepted
msg.sendTo(this);
}
break;