Merge branch 'docs/fix_typo_in_bt_spp_initiator_example' into 'master'

Docs: Fix typo in bt_spp_initiator example README (GitHub PR #7950)

Closes IDFGH-6281

See merge request espressif/esp-idf!16072
This commit is contained in:
Darian
2021-11-24 19:04:43 +00:00

View File

@@ -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