File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 2.3.1] 2025-06-11
5
+
6
+ ## Fixed
7
+ - EddystoneTLM example not setting the data.
8
+ - Build errors when disabling BLE roles.
9
+ - esp32c2 build issues due to multiple definitions of various functions.
10
+ - ` NimBLEClient::readValue ` call not returning when the instance was created with a` NimBLEServer ` and reading a secured characteristic.
11
+ - ` NimBLEScan ` destructor potentially causing a crash.
12
+
13
+ ## Added
14
+ - iBeacon example.
15
+ - ` NimBLEBeacon::BeaconData ` ` std::vector<uint8_t> ` operator to allow it to be used as a parameter to ` NimBLEAdvertisementData::setManufacturerData ` .
16
+
4
17
## [ 2.3.0] 2025-05-19
5
18
6
19
## Fixed
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = 2.3.0
51
+ PROJECT_NUMBER = 2.3.1
52
52
# Using the PROJECT_BRIEF tag one can provide an optional one line description
53
53
# for a project that appears at the top of each page and should give viewer a
54
54
# quick idea about the purpose of the project. Keep the description short.
Original file line number Diff line number Diff line change 1
1
name =NimBLE-Arduino
2
- version =2.3.0
2
+ version =2.3.1
3
3
author =h2zero
4
4
maintainer =Ryan Powell <ryan@nable-embedded.io>
5
5
sentence =Bluetooth low energy (BLE) library for Arduino based on NimBLE.
You can’t perform that action at this time.
0 commit comments