From ef969cb3a40eacad44875cb57451078cbfe7b169 Mon Sep 17 00:00:00 2001 From: "torok.istvan" Date: Sun, 28 Sep 2025 07:50:18 +0200 Subject: [PATCH] Repair bluetooth onConnect connactionCallback working --- src/bluetoothSelect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }