Fix typo in ble_adv example
Merges https://github.com/espressif/esp-idf/pull/1049
This commit is contained in:
parent
d98934d56b
commit
880821fe9e
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ void app_main()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If call mem release here, also work. Input ESP_BT_MODE_CLASSIC_BT, the function will
|
* If call mem release here, also work. Input ESP_BT_MODE_CLASSIC_BT, the function will
|
||||||
* release the memory of classic bt mdoe.
|
* release the memory of classic bt mode.
|
||||||
* esp_bt_controller_mem_release(ESP_BT_MODE_CLASSIC_BT);
|
* esp_bt_controller_mem_release(ESP_BT_MODE_CLASSIC_BT);
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue