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 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:
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"
118117BluetoothSerial SerialBT;
119118
120119#include " esp_sdp_api.h"
You can’t perform that action at this time.
0 commit comments