forked from knolleary/pubsubclient
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
I tried OTA using test.mosquitto.org
The update works fine except:
Serial.println("Clearing retained message.");
client.publish(MQTT::Publish(pub.topic(), "")
.set_retain());
Client doesn't publish anything, so ESP update again and again
I tried:
Serial.println("Clearing retained message.");
client.publish(MQTT::Publish(pub.topic(), "")
.set_retain(true));
but it doesn't work - nothing is published on mqtt server.
Metadata
Metadata
Assignees
Labels
No labels