diff --git a/src/bluetoothSelect.h b/src/bluetoothSelect.h index ce8d073..1d4a2b3 100644 --- a/src/bluetoothSelect.h +++ b/src/bluetoothSelect.h @@ -156,7 +156,7 @@ class BTLESerial : public virtual BTSerialInterface, public BleSerial { // bleConnected = true; Removed until PR is accepted if(connectionCallback){ - // connectionCallback(ESP_SPP_SRV_OPEN_EVT, nullptr); + connectionCallback(ESP_SPP_SRV_OPEN_EVT, nullptr); } }