Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a15b7e9

Browse files
authoredNov 30, 2018
Update IDF to afe4c76 and BLE lib (#2130)
* Update BLE * Update IDF to afe4c76 * Update CMakeLists.txt * Update BLE to fix compilation issues * Update BLE
1 parent ce340fa commit a15b7e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+551
-12
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ set(BLE_SRCS
150150
libraries/BLE/src/BLEDescriptor.cpp
151151
libraries/BLE/src/BLEDescriptorMap.cpp
152152
libraries/BLE/src/BLEDevice.cpp
153+
libraries/BLE/src/BLEEddystoneTLM.cpp
154+
libraries/BLE/src/BLEEddystoneURL.cpp
153155
libraries/BLE/src/BLEExceptions.cpp
154156
libraries/BLE/src/BLEHIDDevice.cpp
155157
libraries/BLE/src/BLERemoteCharacteristic.cpp

‎libraries/BLE

Submodule BLE updated 59 files

0 commit comments

Comments
 (0)
Please sign in to comment.