Description
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 ;-)