While i was writing a component about ble functions, i've met this error:
Code: Select all
../components/ble/ble.h:9:20: fatal error: esp_bt.h: No such file or directory
Code: Select all
set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_SRCS "ble.cpp")
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
set(COMPONENT_PRIV_REQUIRES freertos fatfs nvs_flash app_update spiffs bootloader_support openssl bt esp32)
register_component()
thanks in advance