Repair bluetooth onConnect connactionCallback working
This commit is contained in:
parent
3aa4f38f8b
commit
ef969cb3a4
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user