Repair bluetooth onConnect connactionCallback working

This commit is contained in:
torok.istvan 2025-09-28 07:50:18 +02:00
parent 3aa4f38f8b
commit ef969cb3a4

View File

@ -156,7 +156,7 @@ class BTLESerial : public virtual BTSerialInterface, public BleSerial
{ {
// bleConnected = true; Removed until PR is accepted // bleConnected = true; Removed until PR is accepted
if(connectionCallback){ if(connectionCallback){
// connectionCallback(ESP_SPP_SRV_OPEN_EVT, nullptr); connectionCallback(ESP_SPP_SRV_OPEN_EVT, nullptr);
} }
} }