ESP32C6 BLE compilation issues
Posted: Sat Dec 23, 2023 7:52 pm
Hello every one
I have some issues to compile the code in attachment to an ESP32C6.
IDF compiler error is no such file or directory #include "esp_nimble_hci.h".
The is the following :
idf_component_register(
SRCS "main.c"
PRIV_REQUIRES bt
PRIV_REQUIRES nvs_flash
INCLUDE_DIRS "."
)
The BLE device is correctly configured in With MenuConfig.
Any ideas
Thanks
FB
I have some issues to compile the code in attachment to an ESP32C6.
IDF compiler error is no such file or directory #include "esp_nimble_hci.h".
The is the following :
idf_component_register(
SRCS "main.c"
PRIV_REQUIRES bt
PRIV_REQUIRES nvs_flash
INCLUDE_DIRS "."
)
The BLE device is correctly configured in With MenuConfig.
Any ideas
Thanks
FB