From dee4424a45302513ca246e65127a958297974909 Mon Sep 17 00:00:00 2001 From: cvvletter Date: Mon, 22 Nov 2021 15:52:47 +0100 Subject: [PATCH] docs: fix double spelling error in bt_spp_initiator when checking the idf.py menuconfig, we see that this path is incorrectly spelled --- .../bluetooth/bluedroid/classic_bt/bt_spp_initiator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/README.md b/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/README.md index 1a3a509436..c3f9090871 100644 --- a/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/README.md +++ b/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/README.md @@ -17,7 +17,7 @@ This example is designed to run on commonly available ESP32 development board, e idf.py menuconfig ``` -In `menuconfig` path: `Coponent config --> Bluetooth--> Bluedroid Options -->SPP` and `Coponent config --> Bluetooth--> Bluedroid Options -->Secure Simple Pair`. +In `menuconfig` path: `Component config --> Bluetooth--> Bluedroid Options -->SPP` and `Component config --> Bluetooth--> Bluedroid Options -->Secure Simple Pair`. ### Build and Flash