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

@@ -243,7 +243,7 @@ bool EthLan8720Device::mqttConnect()
}
}
bool EthLan8720Device::mqttDisonnect(bool force)
bool EthLan8720Device::mqttDisconnect(bool force)
{
if(_useEncryption)
{