From 1f6ff895368795ca1677e4d0f6cfeb513785e299 Mon Sep 17 00:00:00 2001 From: wuyuanyi Date: Thu, 8 Nov 2018 20:14:15 -0500 Subject: [PATCH 1/3] switch to customized fork --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7a2cebb954087532de3954d0db658976f674c746 Mon Sep 17 00:00:00 2001 From: wuyuanyi Date: Thu, 8 Nov 2018 20:14:28 -0500 Subject: [PATCH 2/3] put bt into the dependency --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() From b9f8e50e9e3e21e4af1198bac840236bb2d7a352 Mon Sep 17 00:00:00 2001 From: wuyuanyi Date: Fri, 9 Nov 2018 12:04:25 -0500 Subject: [PATCH 3/3] update dependency --- libraries/AzureIoT | 2 +- libraries/BLE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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