We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65147f commit abc51b8Copy full SHA for abc51b8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.8.1] - 2024-09-28
2
+- Fixed BLEClient dropping multiple times (Fix #143) ([#144](https://github.com/taks/esp32-nimble/pull/144))
3
+- Support ESP-IDF v5.2.3
4
+
5
## [0.8.0] - 2024-09-18
6
- Added `BLEClient::desc`
7
- Added `BLEDevice::set_preferred_mtu`, `BLEDevice::get_preferred_mtu`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "esp32-nimble"
-version = "0.8.0"
+version = "0.8.1"
authors = ["taks <857tn859@gmail.com>"]
edition = "2021"
resolver = "2"
0 commit comments