Compare commits

...

1 Commits

Author SHA1 Message Date
ef969cb3a4 Repair bluetooth onConnect connactionCallback working 2025-09-28 07:50:18 +02:00

View File

@ -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);
}
}