diff --git a/src/hardware/BLEMIDI_Client_ESP32.h b/src/hardware/BLEMIDI_Client_ESP32.h index d1642fc..4b7f8b4 100644 --- a/src/hardware/BLEMIDI_Client_ESP32.h +++ b/src/hardware/BLEMIDI_Client_ESP32.h @@ -256,7 +256,7 @@ public: _client->disconnect(); _client = nullptr; - return !_client->isConnected(); + return true; } void write(uint8_t *data, uint8_t length)