fix panic'ed bug when call BLEMIDI_Client_ESP32::end() is called
This commit is contained in:
parent
8dee1f7d25
commit
8e740fb499
|
|
@ -256,7 +256,7 @@ public:
|
|||
_client->disconnect();
|
||||
_client = nullptr;
|
||||
|
||||
return !_client->isConnected();
|
||||
return true;
|
||||
}
|
||||
|
||||
void write(uint8_t *data, uint8_t length)
|
||||
|
|
|
|||
Loading…
Reference in New Issue