Skip to content

[Using as ESP-IDF component : No such file or directory] esp_bt_defs.h and esp_bt_main.h  #343

Closed
@ESP32DE

Description

@ESP32DE

Using as ESP-IDF component

hi

tested just in time this procedure
install arduino as component under template project like this description

after doings i start make, and get error

fatal error: esp_bt_defs.h: No such file or directory
esp32-hal-bt.c /_template_empty_esp32_arduino/components/arduino/cores/esp32
line 18 C/C++ Problem

fatal error: esp_bt_defs.h: No such file or directory
esp32-hal-bt.c /_template_empty_esp32_arduino/components/arduino/cores/esp32
line 19 C/C++ Problem

for this two files:

https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-bt.c#L18
https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-bt.c#L19

after comment the includes for this two files,

// #include "esp_bt_defs.h"
// #include "esp_bt_main.h"

compile is ok.

best wishes
rudi ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions