From 896f072f679929385b73bc0c312f6a84b1ae0205 Mon Sep 17 00:00:00 2001 From: Akeem Hart <68436405+akeemlh@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:11:59 +0000 Subject: [PATCH] Fixing small typo in DiscoverConnect.ino BluetoothSerial example (#9389) --- .../examples/DiscoverConnect/DiscoverConnect.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/BluetoothSerial/examples/DiscoverConnect/DiscoverConnect.ino b/libraries/BluetoothSerial/examples/DiscoverConnect/DiscoverConnect.ino index 4269598b8..2ebea81b5 100644 --- a/libraries/BluetoothSerial/examples/DiscoverConnect/DiscoverConnect.ino +++ b/libraries/BluetoothSerial/examples/DiscoverConnect/DiscoverConnect.ino @@ -8,7 +8,7 @@ * source: https://gist.github.com/ukBaz/217875c83c2535d22a16ba38fc8f2a91 * * Tested with Raspberry Pi onboard Wifi/BT, USB BT 4.0 dongles, USB BT 1.1 dongles, - * 202202: does NOT work with USB BT 2.0 dongles when esp32 aduino lib is compiled with SSP support! + * 202202: does NOT work with USB BT 2.0 dongles when esp32 arduino lib is compiled with SSP support! * see https://github.com/espressif/esp-idf/issues/8394 * * use ESP_SPP_SEC_ENCRYPT|ESP_SPP_SEC_AUTHENTICATE in connect() if remote side requests 'RequireAuthentication': dbus.Boolean(True),