From 40d85ce5827c0844efa986dd1c669f06c2b7b280 Mon Sep 17 00:00:00 2001 From: Renhe Li Date: Thu, 31 May 2018 20:52:02 +0800 Subject: [PATCH] Add submodule of Azure IoT library (#1448) * Add submodule of Azure IoT library * update the submodule of AzureIoT --- .gitmodules | 3 +++ libraries/AzureIoT | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/AzureIoT diff --git a/.gitmodules b/.gitmodules index 1ca8b131..eeeb114e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libraries/BLE"] path = libraries/BLE url = https://github.com/nkolban/ESP32_BLE_Arduino.git +[submodule "libraries/AzureIoT"] + path = libraries/AzureIoT + url = https://github.com/VSChina/ESP32_AzureIoT_Arduino diff --git a/libraries/AzureIoT b/libraries/AzureIoT new file mode 160000 index 00000000..67dfa4f3 --- /dev/null +++ b/libraries/AzureIoT @@ -0,0 +1 @@ +Subproject commit 67dfa4f31ef88b0938dd87d955612100dea5562e