mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5f04a02bb1
1. Use PSRAM for BLE Mesh mutex, queue and task 2. Add a parameter for esp_ble_mesh_deinit() 3. Add a option to enable using memory from PSRAM 4. Provisioner use internal static oob length 5. Update ble mesh tx rx test examples 6. Clear ble coexistence status bit by bit 7. Fix an issue which fails to store comp data
Bluetooth Examples
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run make menuconfig
, go to Component config
and verify if you see [*] Bluetooth
. If not - enable it and save.
See the README.md file in the upper level examples directory for more information about examples.