Update IDF to c4e65d6

This commit is contained in:
me-no-dev
2017-09-22 17:28:54 +08:00
parent e2bd93c092
commit d27d297195
95 changed files with 2149 additions and 930 deletions

View File

@ -52,7 +52,7 @@ bool btStop(){
return true;
}
if(esp_bt_controller_get_status() == ESP_BT_CONTROLLER_STATUS_ENABLED){
if (esp_bt_controller_disable(ESP_BT_MODE_BTDM)) {
if (esp_bt_controller_disable()) {
log_e("BT Disable failed");
return false;
}