Skip to content

Commit 896f072

Browse files
authored
Fixing small typo in DiscoverConnect.ino BluetoothSerial example (#9389)
1 parent fcef739 commit 896f072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/BluetoothSerial/examples/DiscoverConnect/DiscoverConnect.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* source: https://gist.github.com/ukBaz/217875c83c2535d22a16ba38fc8f2a91
99
*
1010
* Tested with Raspberry Pi onboard Wifi/BT, USB BT 4.0 dongles, USB BT 1.1 dongles,
11-
* 202202: does NOT work with USB BT 2.0 dongles when esp32 aduino lib is compiled with SSP support!
11+
* 202202: does NOT work with USB BT 2.0 dongles when esp32 arduino lib is compiled with SSP support!
1212
* see https://github.com/espressif/esp-idf/issues/8394
1313
*
1414
* use ESP_SPP_SEC_ENCRYPT|ESP_SPP_SEC_AUTHENTICATE in connect() if remote side requests 'RequireAuthentication': dbus.Boolean(True),

0 commit comments

Comments
 (0)