Skip to content

Commit 2fa363d

Browse files
committed
Update ESP32_BluetoothSerial.ino
1 parent 0fa6495 commit 2fa363d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/ESP32_BluetoothSerial/ESP32_BluetoothSerial.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Bluetooth library. The custom version can be found in the "patch" folder.
3030
It needs to be copied into:
3131
C:\Users\<YOUR USER>\AppData\Local\Arduino15\packages\esp32\tools
32-
\esp32-arduino-libs\idf-release_v5.4-2f7dcd86-v1\esp32\lib
32+
\esp32-arduino-libs\idf-release_v5.1-632e0c2a\esp32\lib
3333
We created it using the Espressif ESP32 Arduino Lib Builder:
3434
https://github.com/espressif/esp32-arduino-lib-builder
3535
It includes:
@@ -47,7 +47,7 @@
4747
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
4848
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=n
4949
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
50-
(SPP is disabled in the standard libbt.a)
50+
(SDP is disabled in the standard libbt.a)
5151
5252
Tried and tested on: Arduino esp32 v3.0.7 (IDF 5.1)
5353
@@ -114,7 +114,6 @@ const char *productPlanUID = "0123456789ABCDEF"; // This comes from the MFi Port
114114
// Bluetooth
115115

116116
#include "src/BluetoothSerial/BluetoothSerial.h" //Local copy for modifying ESP_BT_GAP_ACL_CONN_CMPL_STAT_EVT event
117-
//#include "BluetoothSerial.h"
118117
BluetoothSerial SerialBT;
119118

120119
#include "esp_sdp_api.h"

0 commit comments

Comments
 (0)