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

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