mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-07-28 08:19:23 +00:00
fix(mqtt): remove errant clearLastWill method from PsychicMqttClient
This commit is contained in:
@@ -224,11 +224,6 @@ public:
|
||||
*/
|
||||
PsychicMqttClient &setWill(const char *topic, uint8_t qos, bool retain, const char *payload = nullptr, int length = 0);
|
||||
|
||||
/**
|
||||
* @brief Clears the last will and testament (disables LWT for the next connect / config apply).
|
||||
*/
|
||||
PsychicMqttClient &clearLastWill();
|
||||
|
||||
/**
|
||||
* @brief Sets the MQTT server URI. Supports mqtt://, mqtts:// and ws://, wss:// as
|
||||
* transport protocols. Fully supports SSL/TLS.
|
||||
|
||||
Reference in New Issue
Block a user