File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
examples/ESP32_BluetoothSerial Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 29
29
Bluetooth library. The custom version can be found in the "patch" folder.
30
30
It needs to be copied into:
31
31
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
33
33
We created it using the Espressif ESP32 Arduino Lib Builder:
34
34
https://github.com/espressif/esp32-arduino-lib-builder
35
35
It includes:
47
47
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
48
48
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=n
49
49
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)
51
51
52
52
Tried and tested on: Arduino esp32 v3.0.7 (IDF 5.1)
53
53
@@ -114,7 +114,6 @@ const char *productPlanUID = "0123456789ABCDEF"; // This comes from the MFi Port
114
114
// Bluetooth
115
115
116
116
#include " src/BluetoothSerial/BluetoothSerial.h" // Local copy for modifying ESP_BT_GAP_ACL_CONN_CMPL_STAT_EVT event
117
- // #include "BluetoothSerial.h"
118
117
BluetoothSerial SerialBT;
119
118
120
119
#include " esp_sdp_api.h"
You can’t perform that action at this time.
0 commit comments