Skip to content

Commit 1f36d91

Browse files
committed
update changelog
1 parent 3d68b5e commit 1f36d91

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

changelog.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,21 @@
66

77
- Added IDE programmer and DFU option to upgrade bootloader from IDE.
88
- Added IDE option to choose either old & new bootloader (Softdevice 2.0.1 and 5.1.0)
9-
- Added printBufferReverse() for Print class
9+
- Added printBufferReverse() for Print class.
1010
- Fixed issue #108 with GPIO output when reset.
11+
- Added Error String for easier debugging.
1112

1213
## BLE
1314

1415
- Upgrade Bluetooth 5 with Softdevice to S132 v5.0.0
15-
- Support max ATT MTU up to 247 (negotiable with peer)
16-
- Added SoftDevice configuration that affect SRAM used by SD
17-
- configServiceChanged()
18-
- configUuid128Count()
19-
- configAttrTableSize()
20-
- configMaxMtu() / getMaxMtu()
21-
- configGapEventLen()
22-
- configHvnTxQueue() / getHvnTxQueue()
23-
- configWriteCmdQueue() / getWriteCmdQueue()
24-
- BLEAdvertising
16+
- Support max ATT MTU up to 247 (configurable)
17+
- Added SoftDevice configuration that affects SRAM used by SD. These function must be called before Bluefruit.begin()
18+
- configServiceChanged() add service changed characteristic
19+
- configUuid128Count() set the number of max uuid128 base
20+
- configAttrTableSize() set the size of buffer for GATT table
21+
- configPrphConn(), configPrphBandwidth() set the connection bandwidth setting for peripheral connections
22+
- configCentralConn(), configCentralBandwidth() set the connection bandwidth setting for central connections
23+
- BLEAdvertising
2524
- Added multiple services aaddition API
2625
- Added addManufacturerData()
2726
- Added getInterval() to retrieve current active interval

0 commit comments

Comments
 (0)