change misspelled mqttDisonnect to mqttDisconnect

This commit is contained in:
Luca Oliano
2023-11-26 18:07:05 +01:00
parent 594ad80928
commit d343d10378
9 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ public:
bool mqttConnect() override;
bool mqttDisonnect(bool force) override;
bool mqttDisconnect(bool force) override;
void setWill(const char *topic, uint8_t qos, bool retain, const char *payload) override;