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 a4398dd commit b6b8af8Copy full SHA for b6b8af8
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.4.1] - 2022-10-23
6
+
7
+### Fixed
8
+ - Compile warning removed for esp32c3
9
+ - NimBLEDevice::getPower incorrect value when power level is -3db.
10
+ - Failed pairing when already in progress.
11
12
+### Changed
13
+ - Revert previous change that forced writing with response when subscribing in favor of allowing the application to decide.
14
15
+### Added
16
+ - Added NimBLEHIDDevice::batteryLevel.
17
+ - Added NimBLEDevice::setDeviceName allowing for changing the device name while the BLE stack is active.
18
+ - CI build tests.
19
+ - Missing items in CHANGELOG that were not recorded correctly
20
21
## [1.4.0] - 2022-07-10
22
23
### Fixed
0 commit comments