1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-30 13:23:06 +03:00

rename all subclass diconnect() to disconnectServer()

This commit is contained in:
Todd Treece
2015-10-05 14:18:49 -04:00
parent 4ab72be73e
commit aa6db4d5f5
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ class Adafruit_MQTT_Client : public Adafruit_MQTT {
{}
bool connectServer();
bool disconnect();
bool disconnectServer();
bool connected();
uint16_t readPacket(uint8_t *buffer, uint8_t maxlen, int16_t timeout,
bool checkForValidPubPacket = false);