Skip to content

Commit 503add2

Browse files
committed
changelog update
1 parent 1d94b16 commit 503add2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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)
99
- Added printBufferReverse() for Print class.
10-
- Fixed issue #108 with GPIO output when reset.
1110
- Added Error String for easier debugging.
11+
- Added analog oversampling #89 thanks to @Ureloc.
1212

1313
## BLE
1414

@@ -25,15 +25,21 @@
2525
- Added addManufacturerData()
2626
- Added getInterval() to retrieve current active interval
2727
- Added Slow interval callback support via setSlowCallback()
28-
- Fixed an discovery bug introduced in 0.7.5
2928
- Added setPresentationFormatDescriptor() support
3029
- Added addDescriptor() for BLECharacteritsic
3130
- Added set/get apperance
3231
- Added experimental (work in progress) BLE Homekit
33-
- Fixed #99 setStopCallback() for BLEScanner is not implemented
3432
- Enhanced bleuart to work with larger MTU
3533
- Partially support data length extension
3634

35+
## Bug Fixs
36+
37+
- Fixed #92 PWM incorrect logic check, thanks to @burbankb
38+
- Fixed issue #108 with GPIO output when reset.
39+
- Fixed an discovery bug introduced in 0.7.5
40+
- Fixed #99 setStopCallback() for BLEScanner is not implemented
41+
- Fixed #104 non-English keyboard BLE Hid, thanks to @ogatatsu
42+
3743
## 0.7.5
3844

3945
### Core

0 commit comments

Comments
 (0)