fix(mqtt): remove errant clearLastWill method from PsychicMqttClient

This commit is contained in:
agessaman
2026-04-25 18:15:02 -07:00
parent 673361b63a
commit 32449e62cc
@@ -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.