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

@@ -496,7 +496,7 @@ bool Network::reconnect()
_device->printError();
_mqttConnectionState = 0;
_nextReconnect = millis() + 5000;
_device->mqttDisonnect(true);
_device->mqttDisconnect(true);
}
}
return _mqttConnectionState > 0;