mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
Fix typo in ble_adv example
Merges https://github.com/espressif/esp-idf/pull/1049
This commit is contained in:
committed by
Angus Gratton
parent
d98934d56b
commit
880821fe9e
@@ -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);
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user