diff --git a/.gitmodules b/.gitmodules index eeeb114ee67..d6a1cfe78fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libraries/BLE"] path = libraries/BLE - url = https://github.com/nkolban/ESP32_BLE_Arduino.git + url = https://github.com/wuyuanyi135/ESP32_BLE_Arduino.git [submodule "libraries/AzureIoT"] path = libraries/AzureIoT url = https://github.com/VSChina/ESP32_AzureIoT_Arduino diff --git a/CMakeLists.txt b/CMakeLists.txt index 783584b87d5..e1c16c20ef5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,7 +198,7 @@ set(COMPONENT_ADD_INCLUDEDIRS set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64) -set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet) +set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet bt) set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl) register_component() diff --git a/libraries/AzureIoT b/libraries/AzureIoT index 67dfa4f31ef..5e8ffb21115 160000 --- a/libraries/AzureIoT +++ b/libraries/AzureIoT @@ -1 +1 @@ -Subproject commit 67dfa4f31ef88b0938dd87d955612100dea5562e +Subproject commit 5e8ffb21115675f8c258e81bb287a9cd610e3205 diff --git a/libraries/BLE b/libraries/BLE index 7951347ed68..ef376bfd264 160000 --- a/libraries/BLE +++ b/libraries/BLE @@ -1 +1 @@ -Subproject commit 7951347ed68313d75c367e1f2cce763cb56d1eb2 +Subproject commit ef376bfd264a427c1012aaf27ba30523f41e2a57