From 08087f754e08beec4c79d98cd89da386421f883e Mon Sep 17 00:00:00 2001 From: mjcross Date: Tue, 2 Mar 2021 12:39:55 +0000 Subject: [PATCH] Explain the need to enable BT and BTDM BLE in SDK If users may try to use this (excellent) example code in their own projects, without understanding the need to enable the BT stack and BTDM settings in the SDK. If they do that then their builds will fail with linker errors but they may not understand why. --- examples/provisioning/wifi_prov_mgr/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/provisioning/wifi_prov_mgr/README.md b/examples/provisioning/wifi_prov_mgr/README.md index f7fee43b53..8ca5845977 100644 --- a/examples/provisioning/wifi_prov_mgr/README.md +++ b/examples/provisioning/wifi_prov_mgr/README.md @@ -22,6 +22,8 @@ Right after provisioning is complete, BLE is turned off and disabled to free the This example can be used, as it is, for adding a provisioning service to any application intended for IoT. +> Note: If you use this example code in your own project, in BLE mode, then remember to enable the BT stack and BTDM BLE control settings in your SDK configuration (e.g. by using the `sdkconfig.defaults` file from this project). + ## How to use example ### Hardware Required