Compare commits
No commits in common. "master" and "v2.2.0" have entirely different histories.
|
|
@ -256,7 +256,7 @@ public:
|
|||
_client->disconnect();
|
||||
_client = nullptr;
|
||||
|
||||
return true;
|
||||
return !_client->isConnected();
|
||||
}
|
||||
|
||||
void write(uint8_t *data, uint8_t length)
|
||||
|
|
|
|||
Loading…
Reference in New Issue