Closed TAMHAN closed 1 year ago
I managed to get it compiling by changing this:
tamhan@TAMHAN18:~/esp4/esp-adf/play_mp3_experiment$ gedit /home/tamhan/esp4/esp-adf/components/esp_peripherals/lib/blufi/wifibleconfig.c
case ESP_BLUFI_EVENT_RECV_SLAVE_DISCONNECT_BLE:
ESP_LOGI(WIFI_BLE_TAG, "BLUFI close a gatt connection");
//esp_blufi_close(g_wifi_ble_config->ble_server_if, g_wifi_ble_config->ble_conn_id);
break;
tamhan@TAMHAN18:~/esp4/esp-adf/play_mp3_bluetooth$ gedit /home/tamhan/esp4/esp-adf/components/wifi_service/blufi_config/blufi_config.c
case ESP_BLUFI_EVENT_RECV_SLAVE_DISCONNECT_BLE:
ESP_LOGI(TAG, "BLUFI close a gatt connection");
//esp_blufi_close(cfg->ble_server_if, cfg->ble_conn_id);
break;
@TAMHAN I saw your ADF is v2.3, would please update to latest ADF version to check? I build ADF v2.5 with IDF v4.4.4 and v4.4.5 no same issue in there.
Hello, sorry for being slow. This is a bit problematic, my client would not appreciate - the code works for us. But still, big thanks for your willingness to help!
Environment
git describe --tags
in $IDF_PATH folder to find it): // v4.4-191-g83daa6dabbtamhan@TAMHAN18:~/esp4/esp-adf/examples/advanced_examples/wifi_bt_ble_coex$ cd $IDF_PATH tamhan@TAMHAN18:~/esp4/esp-idf$ git describe --tags v4.4.4
git describe --tags
in $ADF_PATH folder to find it): // v2.3-171-gaac5912tamhan@TAMHAN18:~/esp4/esp-idf$ cd $ADF_PATH tamhan@TAMHAN18:~/esp4/esp-adf$ git describe --tags v2.2-92-g59e5e02
xtensa-esp32-elf-gcc --version
in your project folder to find it): // 1.22.0-80-g6c4433aProblem Description
// Detailed problem description goes here. I attempt to use Bluetooth in an ADF project, and it fails with a BluFi error. This happens both in my own project and in the example ~/esp4/esp-adf/examples/advanced_examples/wifi_bt_ble_coex.
Expected Behavior
Attempt to compile example ~/esp4/esp-adf/examples/advanced_examples/wifi_bt_ble_coex and get binary file.
Actual Behavior
Compile fails
Steps to Reproduce
// If possible, attach a picture of your setup/wiring here.
Code to Reproduce This Issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Other Items If Possible
build
folder (Note this may contain all the code details and symbols of your project.)