-
Notifications
You must be signed in to change notification settings - Fork 217
Comparing changes
Open a pull request
base repository: arduino-libraries/ArduinoBLE
base: 1.3.1
head repository: arduino-libraries/ArduinoBLE
compare: 1.3.2
- 9 commits
- 18 files changed
- 5 contributors
Commits on Jun 9, 2022
-
Fix Long Term Key Request Negative Reply Command
Kindly See the Docs, https://www.bluetooth.com/specifications/specs/core-specification-4-2/ In Pg. No: 1316/2772, you Can See "7.8.26 LE Long Term Key Request Negative Reply Command". Kindly See the OFC Code, it is 0x001B.
Configuration menu - View commit details
-
Copy full SHA for 9bf21b7 - Browse repository at this point
Copy the full SHA 9bf21b7View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fae1e36 - Browse repository at this point
Copy the full SHA fae1e36View commit details -
Support esp32, esp32-C3, esp32-S3 (#252)
* add esp32 support * Update HCIVirtualTransport.cpp * Update HCIVirtualTransport.cpp add ESP32-C3 support * Revert "Update HCIVirtualTransport.cpp" This reverts commit 9af9bea. * Update HCIVirtualTransport.cpp * Update library.properties * fix crash on restart * Update ATT.cpp spelling * support more espressif chips * Create compile-for-esp.yaml don't know what I'm doing * skip failing examples * Update compile-for-esp.yaml * Update compile-for-esp.yaml * Update compile-for-esp.yaml * Update compile-for-esp.yaml * Update compile-for-esp.yaml * Update compile-examples.yml * Delete compile-for-esp.yaml
Configuration menu - View commit details
-
Copy full SHA for 991f076 - Browse repository at this point
Copy the full SHA 991f076View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd9cbad - Browse repository at this point
Copy the full SHA cd9cbadView commit details
Commits on Aug 31, 2022
-
Fix memory leak on end() -> begin() -> end()
Only tested in Peripheral mode, with services and characteristics allocated: * as global objects (arduino way) * in function stack * in heap On mbed-enabled platforms, the memory check can be activated via ``` .... mbed_stats_heap_t heap_stats; mbed_stats_heap_get(&heap_stats); Serial.print("Heap size: "); Serial.print(heap_stats.current_size); Serial.print(" / "); Serial.println(heap_stats.reserved_size); .... ```
Configuration menu - View commit details
-
Copy full SHA for 6e97bf2 - Browse repository at this point
Copy the full SHA 6e97bf2View commit details -
Merge pull request #259 from grobx/arduino/master
Fix hard fault when str is NULL
Configuration menu - View commit details
-
Copy full SHA for 2a1cf72 - Browse repository at this point
Copy the full SHA 2a1cf72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fc368 - Browse repository at this point
Copy the full SHA b5fc368View commit details
Commits on Sep 5, 2022
-
Merge pull request #260 from facchinm/fix_end_hang
Fix memory leak on end() -> begin() -> end()
Configuration menu - View commit details
-
Copy full SHA for 5954d96 - Browse repository at this point
Copy the full SHA 5954d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd56eb7 - Browse repository at this point
Copy the full SHA dd56eb7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.3.1...1.3.2