You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-06-11 22:48:09 +03:00
rename all subclass diconnect() to disconnectServer()
This commit is contained in:
@ -33,7 +33,7 @@ bool Adafruit_MQTT_Client::connectServer() {
|
||||
return r != 0;
|
||||
}
|
||||
|
||||
bool Adafruit_MQTT_Client::disconnect() {
|
||||
bool Adafruit_MQTT_Client::disconnectServer() {
|
||||
// Stop connection if connected and return success (stop has no indication of
|
||||
// failure).
|
||||
if (client->connected()) {
|
||||
|
Reference in New Issue
Block a user